Update Changelog for 0.7.0

This commit is contained in:
Don McCurdy 2018-01-21 14:17:06 -08:00 committed by GitHub
parent 32d87c4a51
commit 5bb331c485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
## Changelog
### 0.7.0
* Changed build system to Rollup, publishing ES6 and UMD modules. #172
* Added .removeFolder(). #113 #158
* Added API documentation. #165
### 0.6.5
* Add browserify support. #137