From f59fdf96232f22dbe7f1dc72a0432ee7230fc761 Mon Sep 17 00:00:00 2001 From: Michael Crismali Date: Wed, 2 Dec 2015 22:56:23 -0600 Subject: [PATCH] Updated changelog for 1.7 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abd086..2543920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +### v1.7.0 (12/2/15) +[Issue #32](https://github.com/crismali/magic_lamp/issues/32): MagicLamp now raises an error when it finds empty fixtures (in Ruby and JavaScript). + ### v1.6.2 (10/6/15) [PR #30](https://github.com/crismali/magic_lamp/pull/30): Avoid generating fixtures twice when using `//= require magic_lamp/all_fixtures`.