From daf6c3db16bd99a4b2109c4a199e990f880950c3 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Mon, 16 Nov 2015 08:13:08 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6491604..cc47b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 98849f8..daae2c1 100644 --- a/README.md +++ b/README.md @@ -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.