summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 95d54ab..474c946 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2399,6 +2399,8 @@ From version 4 it lists all releases and changes.
* BUGFIX: ``pop`` now does interpolation in list values as well.
* BUGFIX: where interpolation matches a section name rather than a value it is
ignored instead of raising an exception on fetching the item.
+* BUGFIX: values that use interpolation to reference members that don't exist can
+ now be repr'd.
2010/02/06 - Version 4.7.1
--------------------------