From 3c20a99e8efc194de7ea5ab6e5fca950a54f0e0b Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Tue, 7 Jun 2016 11:33:10 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fe3a1..1622da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [unreleased] +## [0.16.0] +* `u.reject` should return same instance if no changes (https://github.com/substantial/updeep/pull/62) + ## [0.15.0] * Add `u.omitBy` (https://github.com/substantial/updeep/pull/60) * Add `dangerously_never_freeze`, which I wouldn't recommend using unless you @@ -100,8 +103,9 @@ ## 0.1.0 * Initial release -[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.15.0...HEAD -[0.14.0]: https://github.com/aaronjensen/updeep/compare/v0.14.0...v0.15.0 +[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/aaronjensen/updeep/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/aaronjensen/updeep/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/aaronjensen/updeep/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/aaronjensen/updeep/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/aaronjensen/updeep/compare/v0.11.0...v0.12.0