From bb64b21c9b54de32834abd8618fe6902367c8b3f Mon Sep 17 00:00:00 2001 From: Tom Hudson Date: Thu, 5 Jul 2018 10:17:29 +0000 Subject: [PATCH] Adds 0.5.2, 0.6.0 to CHANGELOG --- CHANGELOG.mkd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index 870261d..b91eda5 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -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!)