summaryrefslogtreecommitdiff
path: root/docs/configobj.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configobj.txt')
-rw-r--r--docs/configobj.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index ab8e9a4..60f78e9 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2341,13 +2341,12 @@ From version 4 it lists all releases and changes.
* ~25% performance improvement thanks to Christian Heimes
* Removed __revision__ and __docformat__
* BUGFIX: Checks that failed validation would not populate 'default_values' and
- 'restore_default_value' wouldn't work.
-* String interpolation now works in list values.
+ 'restore_default_value' wouldn't work
+* String interpolation now works in list values
* After validation any additional entries not in the configspec are listed in
- the 'extra_values' section member.
-
-XXX clear should also clear defaults and extras but not default_values
- reset should clear all
+ the 'extra_values' section member
+* BUGFIX: clear() clears 'defaults'
+
2009/04/13 - Version 4.6.0
--------------------------