summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2017-01-13 00:20:49 +0000
committerDavid Moss <drkjam@gmail.com>2017-01-13 00:20:49 +0000
commitaf145601df4329a4dc55ef0ce9ce5f8645f09d4f (patch)
tree8bf9412b264fd6c972b57cc9a07311c9a3654bf3 /CHANGELOG
parent0be135d644a4cc07d61fc3497c0acf74e662a34b (diff)
downloadnetaddr-af145601df4329a4dc55ef0ce9ce5f8645f09d4f.tar.gz
- fixed a unicode vs bytes issue between Python 2.x and 3.x when reading and writing IEEE data files.netaddr-0.7.19
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3bc18ef..d89c6e6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,9 @@ Changes since 0.7.18
* cleaned up INSTALL docs so they accurately reflect current Python packaging.
+* fixed broken parsing, generating and reading of IEEE index files when switching
+ between Python 2.x and 3.x.
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Specific bug fixes addressed in this release
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^