From bb83f32dc3e0424d25fa4e55d8ff32b061320e41 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 22 Jun 2014 00:22:19 +0000 Subject: support RFC3986 [Feature #2542] * lib/uri/common.rb (URI::REGEXP): move to lib/uri/rfc2396_parser.rb. * lib/uri/common.rb (URI::Parser): ditto. * lib/uri/common.rb (URI.split): use RFC3986_Parser. * lib/uri/common.rb (URI.parse): ditto. * lib/uri/common.rb (URI.join): ditto. * lib/uri/common.rb (URI.extract): deprecated. * lib/uri/common.rb (URI.regexp): ditto. * lib/uri/rfc2396_parser.rb: added. * lib/uri/rfc3986_parser.rb: added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 84413d99e7..dd238d96b8 100644 --- a/NEWS +++ b/NEWS @@ -119,6 +119,9 @@ with all sufficient information, see the ChangeLog file. * Removed because it conflicts to minitest 5, and it was just an wrapper of minitest 4. [Feature #9711] +* lib/uri + * support RFC 3986. [Feature #2542] + * Prime * incompatible changes: * Prime.prime? now returns false for negative numbers. This method -- cgit v1.2.3