Update changelog

main
Aaron Jensen 2015-11-16 08:13:08 -08:00
parent 485bde7b9b
commit daf6c3db16
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# 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.10.1]
* Fix support for Date objects and other non-plain objects (https://github.com/substantial/updeep/issues/36)

View File

@ -9,8 +9,6 @@
[![devDependency Status][daviddm-dev-image]][daviddm-dev-url]
> Easily update nested frozen objects and arrays in a declarative and immutable
> manner.