CHANGELOG.md in render_me_pretty-0.6.0 vs CHANGELOG.md in render_me_pretty-0.7.0
- old
+ new
@@ -1,9 +1,13 @@
# 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.7.0]
+- allow normal exit
+- show full error message for syntax error
+
## [0.6.0]
- Handle SyntaxError errors correctly
- refactor into MainErrorHandler and SyntaxError classes
## [0.5.0]