summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-02-27 18:21:19 +0000
committerfuzzyman <devnull@localhost>2010-02-27 18:21:19 +0000
commita1a9c089da21fa3cd511ebfef316aa70f44b1c08 (patch)
treed5c0019e387da90ac24f667274dcd2088b03b476 /docs
parent1c026e33f66be248ae380d7f7501e0216d5fb9d3 (diff)
downloadconfigobj-git-a1a9c089da21fa3cd511ebfef316aa70f44b1c08.tar.gz
Fix for 2.3 compatibility and version number bump.
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
--------------------------