add 6.0.19 changelog

This commit is contained in:
Sebastian McKenzie 2015-11-03 03:22:57 +00:00
parent 072fffcbdf
commit f160565004

View File

@ -13,6 +13,14 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 6.0.19
* **Bug Fix**
* Fix function paths not being accurate.
* **Polish**
* Change `t.getOuterBindingIdentifiers` to completely ignore function expressions as they cause no outer bindings to be set.
* Clean up `auxiliaryComment` option.
## 6.0.18
* **Polish**