diff --git a/Changelog.md b/Changelog.md index 4e9e8012..687fc40f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,21 @@ +# v0.2.20 2013-03-1 + +* [change] Update dependencies + +[Compare v0.2.17..v0.2.20](https://github.com/mbj/mutant/compare/v0.2.17...v0.2.20) + # v0.2.17 2013-01-20 * [change] Update dependencies +[Compare v0.2.16..v0.2.17](https://github.com/mbj/mutant/compare/v0.2.16...v0.2.17) + # v0.2.16 2013-01-20 * [fixed] Handle Rubinius::AST::NthRef as noop +[Compare v0.2.15..v0.2.16](https://github.com/mbj/mutant/compare/v0.2.15...v0.2.16) + # v0.2.15 2013-01-10 * [change] Do not mutate super to super() anymore. This needs a context check in future.