From c9ee6634428dda768333129c67c6e1a4ede2c2fd Mon Sep 17 00:00:00 2001 From: David Moss Date: Mon, 22 Jun 2015 00:20:24 +0100 Subject: - completed test suite port to py.test --- CHANGELOG | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') 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 -- cgit v1.2.1