summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 4801f62..d4561a8 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2388,6 +2388,17 @@ CHANGELOG
This is an abbreviated changelog showing the major releases up to version 4.
From version 4 it lists all releases and changes.
+
+2010/02/27 - Version 4.7.2
+--------------------------
+
+* BUGFIX: Restore Python 2.3 compatibility
+* BUGFIX: Members that were lists were being returned as copies due to interpolation
+ introduced in 4.7. Lists are now only copies if interpolation changes a list
+ member.
+* BUGFIX: ``pop`` now does interpolation in list values as well.
+
+
2010/02/06 - Version 4.7.1
--------------------------