summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-22 00:22:19 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-22 00:22:19 +0000
commitbb83f32dc3e0424d25fa4e55d8ff32b061320e41 (patch)
treee57c8b459aabfc0a32e459f76eb2f192aa5f097a /NEWS
parent97d36e5bd0fd062fb1c1922d08170038aba61baa (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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