summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 7d56ddb..6c4e09d 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2296,6 +2296,8 @@ From version 4 it lists all releases and changes.
* After validation any additional entries not in the configspec are listed in
the 'extra_values' section member
* BUGFIX: clear() clears 'defaults'
+* BUGFIX: empty values in list values were accidentally valid syntax. They now
+ raise a ParseError. e.g. "value = 1, , 2"
2009/04/13 - Version 4.6.0