add 2.12.0 changelog

This commit is contained in:
Sebastian McKenzie 2015-01-14 10:09:47 +11:00
parent e258b85420
commit fc3a5f25fb

View File

@ -11,6 +11,15 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 2.12.0
* **Bug Fix**
* Support non-string JSX literals.
* **New Feature**
* Loose mode for some transformers that enables non-spec behaviour.
* **Internal**
* Uglify `--mangle sort` has been added to the build script, cutting minified scripts in half.
## 2.11.4
* **Internal**