summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-29 19:10:04 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-29 19:10:04 +0300
commite20ab363d4543d887f7aa28d25116e79656606b6 (patch)
tree20c1e91b0b1a31483676042b3d20ce42392bd010 /NEWS
parent91df6f01243c2e866dec3f4624aa602e40a2c201 (diff)
downloadcliapp-e20ab363d4543d887f7aa28d25116e79656606b6.tar.gz
Update NEWS
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