summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
diff options
context:
space:
mode:
authorMike Mackintosh <m@zyp.io>2015-02-09 21:56:55 -0500
committerMike Mackintosh <m@zyp.io>2015-02-09 22:18:11 -0500
commita7daea80883b04cb7b5e0b306de100c69f2bdb8a (patch)
tree38e3713e8876e4c589ba995ed0c10d3b9f68a15b /CHANGELOG.rdoc
parentd6138e2e41b19e7b7f84db6c3031e8ec286e39ac (diff)
downloadipaddress-a7daea80883b04cb7b5e0b306de100c69f2bdb8a.tar.gz
update changelog and version to 0.8.1
Diffstat (limited to 'CHANGELOG.rdoc')
-rw-r--r--CHANGELOG.rdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 59a0a0b..650cafe 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,10 +1,10 @@
-== ipaddress 0.9.0
-
-CHANGED:: ipaddress now uses this[https://gist.github.com/cpetschnig/294476] regexp to validate IPv6 addresses. Thanks to Christoph Petschnig for his regexp and to Bronislav Robenek for fixing this.
+== ipaddress 0.8.1
+CHANGED:: ipaddress now uses minitest for testing, all tests passing
== ipaddress 0.8.0
+CHANGED:: ipaddress now uses this[https://gist.github.com/cpetschnig/294476] regexp to validate IPv6 addresses. Thanks to Christoph Petschnig for his regexp and to Bronislav Robenek for fixing this.
CHANGED:: Removed extension methods and extension directory to facilitate integration with the stdlib
CHANGED:: Reworked IPv4#<=>, now intuitively sorts objects based on the prefix
CHANGED:: IPv4#supernet now returns "0.0.0.0/0" if supernetting with a prefix less than 1
@@ -15,6 +15,7 @@ NEW:: IPv6#broadcast_u128
NEW:: IPv6#each
NEW:: IPv6#<=>
NEW:: IPv4#split
+NEW:: IP#ntoa
== ipaddress 0.7.5