summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-12-13 23:12:16 +0000
committerfuzzyman <devnull@localhost>2009-12-13 23:12:16 +0000
commit0215a294ad788b52d0fa7215deeec257ed00e0d3 (patch)
treeab50f1be68cc7b02b000c77efe8aa235415bd363
parent176324adf691052eb61dcc79d5aa510e0e901392 (diff)
downloadconfigobj-0215a294ad788b52d0fa7215deeec257ed00e0d3.tar.gz
Changelog update.
-rw-r--r--docs/configobj.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 450af3e..737696d 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2284,7 +2284,7 @@ This is an abbreviated changelog showing the major releases up to version 4.
From version 4 it lists all releases and changes.
-2009/10/XX - Version 4.7.0
+2009/12/XX - Version 4.7.0
--------------------------
* Minimum supported version of Python is now 2.3
@@ -2297,6 +2297,8 @@ From version 4 it lists all releases and changes.
* Deprecated the use of the ``options`` dictionary in the ConfigObj constructor
and added explicit keyword arguments instead. Use **options if you want
to initialise a ConfigObj instance from a dictionary
+* Constructing a ConfigObj from an existing ConfigObj instance now preserves
+ the order of values and sections from the original instance in the new one
* BUGFIX: Checks that failed validation would not populate 'default_values' and
'restore_default_value' wouldn't work for those entries
* BUGFIX: clear() now clears 'defaults'