summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
diff options
context:
space:
mode:
authorMike Mackintosh <m@zyp.io>2015-03-23 00:20:56 -0400
committerMike Mackintosh <m@zyp.io>2015-03-23 00:20:56 -0400
commit72260e9e5de95d7f03101b7555ca9e863fcb86ed (patch)
tree8f0e681efd3087749de55fd80dc93f537fe7eb29 /CHANGELOG.rdoc
parent6bf73cfccf4f3b0b17fa8926b47ee26710527ea0 (diff)
downloadipaddress-72260e9e5de95d7f03101b7555ca9e863fcb86ed.tar.gz
fixed issue #40, and added IPv4#to() range method
Diffstat (limited to 'CHANGELOG.rdoc')
-rw-r--r--CHANGELOG.rdoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 650cafe..91a85fd 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,6 +1,13 @@
+== ipaddress 0.8.2
+
+FIXED:: IPAddress::IPv4.split handling (Issue #40)
+NEW:: IPV4#multicast?
+NEW:: IPV4#loopback?
+NEW:: IPV4#to()
+
== ipaddress 0.8.1
-CHANGED:: ipaddress now uses minitest for testing, all tests passing
+CHANGED:: ipaddress now uses minitest for testing, all tests passing
== ipaddress 0.8.0