add 3.3.3 changelog

This commit is contained in:
Sebastian McKenzie 2015-02-02 10:46:44 +11:00
parent 435320e3f9
commit 6919ed2b34

View File

@ -11,6 +11,13 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 3.3.3
* **Bug Fix**
* Remap top level `this` to `undefined` instead of throwing an error.
* Run `selfContained` transformer over the regenerator runtime when building `6to5-runtime`.
* Fix `t.isReferenced` not properly allowing `value` nodes.
## 3.3.1
* **Bug Fix**