From d253e98e0e6c7bf3f81cb0003055d1544619672c Mon Sep 17 00:00:00 2001 From: Michael LaCroix Date: Sat, 13 Dec 2014 19:54:52 -0600 Subject: [PATCH] Update Neat features to v1.7.0; closes #7, closes #8 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ed13f..702392c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.0 + +- Update Neat to [v1.7.0](https://github.com/thoughtbot/neat/releases/tag/v1.7.0) + # v1.3.0 - Add [`with()`](https://github.com/lacroixdesign/node-neat#with-function) convenience method.