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 474c946..ecf2ecb 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2401,6 +2401,8 @@ From version 4 it lists all releases and changes.
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.
+* BUGFIX: Fix to avoid writing '\r\r\n' on Windows when given a file opened in
+ text write mode ('w').
2010/02/06 - Version 4.7.1
--------------------------