Revision: 341
Author: drkjam
Date: Mon Dec 14 06:00:23 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/netaddr/source/detail?r=341
Modified:
/wiki/CHANGELOG.wiki
=======================================
--- /wiki/CHANGELOG.wiki Mon Sep 14 15:43:50 2009
+++ /wiki/CHANGELOG.wiki Mon Dec 14 06:00:23 2009
@@ -1,8 +1,16 @@
#labels Featured
+=Release: 0.7.4=
+*Date: 14th Dec 2009*
+
+==Changes since 0.7.3==
+Applied speed patches by S. Nordhausen
+
+Fixed an inconsistency between `EUI` and `IPAddress` class interfaces.
Made `EUI.packed` and `EUI.bin` properties (*previously methods*) and added
a `words()` property.
+----
=Release: 0.7.3=
*Date: 14th Sep 2009*
-==Changes since 0.7.3==
+==Changes since 0.7.2==
Added __add__, __radd__, __sub__, __rsub__ operators to the IPAddress
class.