Update changelog

This commit is contained in:
Aaron Jensen 2015-08-02 07:08:00 -07:00
parent 2dd272e429
commit d00a29aecc

View File

@ -1,6 +1,7 @@
# Change Log # Change Log
## [unreleased] ## [unreleased]
* Fix `Object.isFrozen` breaking on non-freezables in PhantomJS. (https://github.com/aaronjensen/updeep/issues/1)
## [0.2.0] ## [0.2.0]
* Freeze objects returned by default. It doesn't actually make sense to return * Freeze objects returned by default. It doesn't actually make sense to return
@ -10,13 +11,13 @@
* Update README with example for `reject`. * Update README with example for `reject`.
## [0.1.3] ## [0.1.3]
* Update README * Update README.
## [0.1.2] ## [0.1.2]
* Fix package description * Fix package description.
## [0.1.1] ## [0.1.1]
* Update README and description * Update README and description.
## 0.1.0 ## 0.1.0
* Initial release * Initial release