aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 13:34:19 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 13:34:19 +0000
commit30bc6e061206f6dc5e0df43e9f62ba34eb08c800 (patch)
tree4af7d17d231212eb4836979541fb137a14072534 /NEWS
parent097841aef112d3164d4ca4285b043ca7baa3e47a (diff)
downloadruby-30bc6e061206f6dc5e0df43e9f62ba34eb08c800.tar.gz
Import ipaddr 1.2.0
- Add IPAddr#prefix - Add IPAddr#loopback? - Add IPAddr#private? [Feature #11666] - Add IPAddr#link_local? [Feature #10912] - Reject invalid address mask [Bug #13399] - Warn that IPAddr#ipv4_compat and #ipv4_compat? are deprecated [#Bug 13769] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4cb0215587..cac209b25e 100644
--- a/NEWS
+++ b/NEWS
@@ -144,6 +144,15 @@ with all sufficient information, see the ChangeLog file or Redmine
* Carriage returns are changed to be trimmed properly if trim_mode is specified
and used. Duplicated newlines will be removed on Windows. [Bug #5339] [Bug #11464]
+* IPAddr
+ * New methods are added:
+ * IPAddr#prefix
+ * IPAddr#loopback?
+ * IPAddr#private? [Feature #11666]
+ * IPAddr#link_local? [Feature #10912]
+ * IPAddr now rejects invalid address mask. [Bug #13399]
+ * IPAddr#ipv4_compat and #ipv4_compat? are deprecated. [#Bug 13769]
+
* Net::HTTP
* Add more HTTP status classes