summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2015-06-22 00:20:24 +0100
committerDavid Moss <drkjam@gmail.com>2015-06-22 00:20:24 +0100
commitc9ee6634428dda768333129c67c6e1a4ede2c2fd (patch)
tree8a2879c134d9aa45c1991432c073a35c76c25b7b /CHANGELOG
parent19bf9aab8bf29e8e6a254e7f7040a1e20ef79f1c (diff)
downloadnetaddr-c9ee6634428dda768333129c67c6e1a4ede2c2fd.tar.gz
- completed test suite port to py.test
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 345223e..dc0041c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,19 +1,25 @@
---------------
Release: 0.7.15
---------------
-Date: ?????????
+Date: ??? Jun 2015
^^^^^^^^^^^^^^^^^^^^
Changes since 0.7.14
^^^^^^^^^^^^^^^^^^^^
* Fix slowness in IPSet.__contains__. Thanks to novas0x2a for noticing.
+
* Normalize IPNetworks when they are added to an IPSet
+* Converted test suite to py.test
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Specific bug fixes addressed in this release
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+FIXED Issue 98: https://github.com/drkjam/netaddr/issues/98
+ - Convert test suite to py.test
+
FIXED Issue 94: https://github.com/drkjam/netaddr/issues/94
- IPSet.__contains__ is about 40 times slower than the equivalent IPRange