diff --git a/Changelog.md b/Changelog.md index c1df6b4a..29b250fe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,6 @@ # v0.6.1 2014-08-16 +* Fix matcher to ignore metaprogrammed defines [#254](https://github.com/mbj/mutant/issues/254) * Add rescue resbody body concat-promotion mutation * Add rescue else body concat-promotion mutation #245