diff options
author | mshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035> | 2009-06-01 23:05:37 +0000 |
---|---|---|
committer | mshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035> | 2009-06-01 23:05:37 +0000 |
commit | eacca0370d4d1f35c3ec528534becc28a3b20c7a (patch) | |
tree | 8b813ba3a2da9a0b6f5788601047a53d5ca31801 /wiki/ReleaseNotes.wiki | |
parent | 9557a69b70a65ad342ce2c161e881174b27a3f15 (diff) | |
download | ipaddr-py-eacca0370d4d1f35c3ec528534becc28a3b20c7a.tar.gz |
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@81 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki/ReleaseNotes.wiki')
-rw-r--r-- | wiki/ReleaseNotes.wiki | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki index 70af948..a89298c 100644 --- a/wiki/ReleaseNotes.wiki +++ b/wiki/ReleaseNotes.wiki @@ -4,6 +4,12 @@ Here are the visible changes for each release. +== 1.1.1 == + +This release contains a single important bugfix. All users of 1.1.0 should upgrade. + + * r77 A logical error caused ordering operators to behave incorrectly. + == 1.1.0 == `ipaddr.py` is now part of the standard library in Python 2.7 and 3.1! This release is compatible with the `ipaddr` from future versions of Python. |