Adds 0.5.2, 0.6.0 to CHANGELOG

This commit is contained in:
Tom Hudson 2018-07-05 10:17:29 +00:00
parent dc95f64ebe
commit bb64b21c9b

View file

@ -1,5 +1,12 @@
# Changelog
## 0.5.3
- Adds `--json`/JSON stream output support (thanks @csabahenk!)
- Removes trailing newline character for monochrome output (issue #43)
## 0.5.2
- Built with Go 1.10 to fix issue #32 - Thanks @VladimirAlexiev and @joekyo!
## 0.5.1
- Fixes bug where empty identifiers would be treated as bare words (thanks for the report, @waltertross!)