Update changelog
This commit is contained in:
parent
287c4fefad
commit
75b5ca2fee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user