Update changelog
This commit is contained in:
parent
2167cee396
commit
b861163e24
@ -1,7 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## [unreleased]
|
||||
* Revert: "Default to empty array if update keys are integers." A new object will always be created. If you need an array, use `u.withDefault`. (https://github.com/substantial/updeep/pull/42)
|
||||
|
||||
## [0.11.0]
|
||||
* **BREAKING CHANGE** Revert: "Default to empty array if update keys are integers." A new object will always be created. If you need an array, use `u.withDefault`. (https://github.com/substantial/updeep/pull/42)
|
||||
|
||||
## [0.10.1]
|
||||
* Fix support for Date objects and other non-plain objects (https://github.com/substantial/updeep/issues/36)
|
||||
@ -82,7 +84,8 @@
|
||||
## 0.1.0
|
||||
* Initial release
|
||||
|
||||
[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.10.1...HEAD
|
||||
[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.11.0...HEAD
|
||||
[0.11.0]: https://github.com/aaronjensen/updeep/compare/v0.10.1...v0.11.0
|
||||
[0.10.1]: https://github.com/aaronjensen/updeep/compare/v0.10.0...v0.10.1
|
||||
[0.10.0]: https://github.com/aaronjensen/updeep/compare/v0.9.0...v0.10.0
|
||||
[0.9.0]: https://github.com/aaronjensen/updeep/compare/v0.8.0...v0.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user