From 4a260bf7f3f72134d930866b4e8eb7825da0560a Mon Sep 17 00:00:00 2001 From: bluemonk Date: Sun, 27 Oct 2013 11:58:22 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 2c695e8..59a0a0b 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,8 @@ +== 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.0 CHANGED:: Removed extension methods and extension directory to facilitate integration with the stdlib