summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 830812b..ca42ae8 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,16 @@ NEWS for cliapp
Version 1.UNRELEASED
------------------
+Important, backwards incompatible bug fixes:
+
+* Jan Gerber fixed string list option handling. Command line options
+ no longer parse values by commas, so that `--foo=bar,foobar` results
+ in a single value `bar,foobar`, instead of two values (`bar` and
+ `foobar`). Also, in configuration files, values may be quoted with
+ double quotes.
+
+Bug fixes:
+
* Memory use profiling with Meliae was fixed.
Version 1.20150701