From 49ce3ca3742e09c3ce1e5e9a12d9e30a504d711e Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 21 Oct 2017 09:53:52 +0000 Subject: Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixError This is because it would be a user error because a pattern containing a slash shouldn't be a host name pattern but an IP address pattern. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6a78ac6a33..4cb0215587 100644 --- a/NEWS +++ b/NEWS @@ -134,6 +134,9 @@ with all sufficient information, see the ChangeLog file or Redmine * Add Bundler to Standard Library. [Feature #12733] +* DRb + * ACL::ACLEntry.new no longer suppresses IPAddr::InvalidPrefixError. + * ERB * Add ERB#result_with_hash to render a template with local variables passed with a Hash object. [Feature #8631] -- cgit v1.2.3