update 3.2.0 changelog

This commit is contained in:
Sebastian McKenzie 2015-01-31 17:59:02 +11:00
parent 026fd7eddb
commit 71f17e464f

View File

@ -16,6 +16,7 @@ _Note: Gaps between patch versions are faulty/broken releases._
* **Bug Fix**
* Fixed scope tracking for default parameters IIFE.
* Fixed block scoped functions.
* Improved `bin/6to5` path resolution.
* **New Feature**
* You can now trigger super setters in classes. Thanks [@kruppel](https://github.com/kruppel)!
* Add `resolveSourceMap` option.