Update CHANGELOG.md.

This commit is contained in:
Don McCurdy 2018-02-16 20:02:59 -08:00
parent 39b3ba2d2a
commit b9796a95ec

View File

@ -1,5 +1,8 @@
## Changelog
### 0.7.1
* Fix listener cleanup in .destroy() and .removeFolder(). #177
### 0.7.0
* Changed build system to Rollup, publishing ES6 and UMD modules. #172
* Added .removeFolder(). #113 #158