summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-10-25 17:52:41 +0000
committerfuzzyman <devnull@localhost>2009-10-25 17:52:41 +0000
commitcead96333b2a8420906fc832be1f9805770e6c14 (patch)
treefa3bc62ed8e96528a34577a3cf2bb03f1c4d8f57 /docs
parent05c1e062a9e71fe63c7fed3709dfc22699d47f22 (diff)
downloadconfigobj-git-cead96333b2a8420906fc832be1f9805770e6c14.tar.gz
Fixing bugs.
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt4
-rw-r--r--docs/validate.txt5
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 31e7243..9d6786e 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2339,7 +2339,9 @@ From version 4 it lists all releases and changes.
* Minimum supported version of Python is now 2.3
* ~25% performance improvement thanks to Christian Heimes
-* Removed __revision__ and __docformat__.
+* Removed __revision__ and __docformat__
+* BUGFIX: Checks that failed validation would not populate 'default_values' and
+ 'restore_default_value' wouldn't work.
2009/04/13 - Version 4.6.0
--------------------------
diff --git a/docs/validate.txt b/docs/validate.txt
index 5f5b153..a604c3b 100644
--- a/docs/validate.txt
+++ b/docs/validate.txt
@@ -611,6 +611,11 @@ to specify arguments for 'mixed_lists'.
CHANGELOG
=========
+2009/10/25 - Version 1.0.1
+--------------------------
+
+* BUGFIX: Fixed compatibility with Python 2.3.
+
2009/04/13 - Version 1.0.0
--------------------------