summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-10-25 21:38:00 +0000
committerfuzzyman <devnull@localhost>2009-10-25 21:38:00 +0000
commit6a36d7667fe5773077790ac831879883425c9cd3 (patch)
treea2693b72f909b3d02370c3f7bdf914bab7accd5c /docs
parentb126d8fde44bc9ce373951918d5b2c72f420ce4d (diff)
downloadconfigobj-6a36d7667fe5773077790ac831879883425c9cd3.tar.gz
clear() and reset() handles defaults, default_values and extra_values correctly.
Diffstat (limited to 'docs')
-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
--------------------------