summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
--------------------------