summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc4f5c96..27dd0d60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
CHANGELOG
=========
+v1.3.5 (14.02.2019)
+-------------------
+- new console flag `l` to define log formatting
+ * **color|default** - colorized output
+ * **plain** - disable all colorization
+ * **json** - output as json
+- new console flag `w` to specify work dir
+- added ability to work without config file when at least one `overwrite` option has been specified
+
v1.3.4 (02.02.2019)
-------------------
- bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond