summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/ReleaseNotes.wiki8
1 files changed, 3 insertions, 5 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 43d9f45..df02fc5 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -12,12 +12,10 @@ ipaddr=2.1.2 release notes.
* Happy Memorial day.
* arithmetic for v4 and v6 address objects and ints (issue 57).
- * fix address_exclude issue where excluding an address from itself
- puked.
+ * fix address_exclude issue where excluding an address from itself puked.
* make sure addresses and networks don't compare.
* doc-string fixes (issue60)
- * and masked() method to _BaseNet to return a network object with the
- host bits masked out (issue58)
+ * and masked() method to _BaseNet to return a network object with the host bits masked out (issue58)
* fix v6 subnet representation (email to ipaddr-py-dev)
@@ -224,4 +222,4 @@ Special thanks to Philipp Hagemeister for making most of the improvements to thi
== 1.0.1 ==
* str() now produces lowercase for IPv6 addresses, to match inet_pton(3). (http://codereview.appspot.com/7678)
- * repr() now produces strings that can be pasted back into the interpreter.
+ * repr() now produces strings that can be pasted back into the interpreter. \ No newline at end of file