From 75b5ca2feee9e5b88a3b492be05797769e79fb4a Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Wed, 12 Aug 2015 22:20:45 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea8df6..57da2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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