Update changelog

main
Aaron Jensen 2015-08-12 22:20:45 -07:00
parent 287c4fefad
commit 75b5ca2fee
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## [unreleased]
## [0.7.0]
* Add `u._` placeholder for curried functions.
* Add `u.constant` for replacing an object outright. (https://github.com/substantial/updeep/issues/10)
* Fix handling null differently than undefined. `u` and friends will now coerce null to an object if there are updates for it. (https://github.com/substantial/updeep/issues/20)
@ -60,7 +60,8 @@
## 0.1.0
* Initial release
[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.6.0...HEAD
[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/aaronjensen/updeep/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/aaronjensen/updeep/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/aaronjensen/updeep/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/aaronjensen/updeep/compare/v0.3.1...v0.4.0