summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-04-11 00:17:22 -0400
committerRob Dennis <rdennis@gmail.com>2014-04-11 00:17:22 -0400
commita7d62f8e08bf107ad378801134db8942ecaf5d49 (patch)
treec22a8481535bb5bfeb7b5c83dd10ce7d17031a44 /setup.py
parent5d816d951bd94c394cce82a048da1bac2c7bf9eb (diff)
downloadconfigobj-git-a7d62f8e08bf107ad378801134db8942ecaf5d49.tar.gz
fixes #52 - tagged 5.0.4v5.0.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 585dafe..ec6d7a3 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,8 @@ It has lots of other features though :
* The order of keys/sections is preserved
* Powerful ``unrepr`` mode for storing/retrieving Python data-types
+| Release 5.0.4 corrects a unicode-bug that still existed in reading files after
+| fixing lists of string in 5.0.3
| Release 5.0.3 corrects errors related to the incorrectly handling unicode
| encoding and writing out files
| Release 5.0.2 adds a specific error message when trying to install on