CHANGELOG.md in render_me_pretty-0.2.0 vs CHANGELOG.md in render_me_pretty-0.4.0

- old
+ new

@@ -1,9 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0. +## [0.4.0] +- fix erb and context definitions, fix bug with empty variables={} +- improve original backtrace info, colorize exact line + +## [0.3.0] +- fix bug with empty variables={} +- fix erb and context definitions + ## [0.2.0] - add RenderMePretty.result convenience class method ## [0.1.0] - initial release