add 2.12.3 changelog

This commit is contained in:
Sebastian McKenzie 2015-01-19 08:57:04 +11:00
parent 0b44137d1f
commit 2d41b09c3b

View File

@ -11,6 +11,14 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 2.13.2
* **Bug Fix**
* Fix `super` inside of nested functions.
* **Internal**
* Move let scoping TDZ into a separate transformer until it's more solid.
* Use `process.stdin.write` instead of `console.log` in `bin` to avoid sprintfification.
## 2.13.1
* **New Feature**