summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authormshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2008-10-27 08:27:09 +0000
committermshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2008-10-27 08:27:09 +0000
commit0182a9b6760e525646d1c1f0c2777f9960d2a185 (patch)
tree659281525fddc78e8ecc564f2fc78a6ec86cafdc /wiki
parent608bf0ecd3599fbb65d346282eb69da06b9b3c81 (diff)
downloadipaddr-py-0182a9b6760e525646d1c1f0c2777f9960d2a185.tar.gz
Expand release notes; add note of repr() change. Other changes are cleanups, not visible.
git-svn-id: https://ipaddr-py.googlecode.com/svn@35 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki')
-rw-r--r--wiki/ReleaseNotes.wiki5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index d3b55b2..2d74326 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -2,6 +2,9 @@
= Release Notes =
+Here are the visible changes for each release.
+
== 1.0.1 ==
- * lowercase ipv6 addresses (http://codereview.appspot.com/7678) \ No newline at end of file
+ * 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. \ No newline at end of file