add 5.6.8 changelog

This commit is contained in:
Sebastian McKenzie 2015-06-25 23:31:07 +01:00
parent 58ff9e387a
commit bbab5f72ec

View File

@ -13,6 +13,12 @@ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 5.6.8
* **Bug Fix**
* Fix binary expressions colliding with unary expression operators in compact mode.
* Fix node properties being set to `null` when using computed properties.
## 5.6.7 ## 5.6.7
* **Bug Fix** * **Bug Fix**