diff --git a/ChangeLog b/ChangeLog index 0334fe5fcd..22dbc2087b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 28 05:32:06 2014 Zachary Scott + + * lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join arguments + are handled by RFC3986, originall reported by John Feminella. + Mon Jul 28 05:21:41 2014 Zachary Scott * file.c: [DOC] Clarify how File.file? handles symbolic links. Also diff --git a/lib/uri/common.rb b/lib/uri/common.rb index b310c4dc6c..006b271477 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -231,7 +231,7 @@ module URI # == Args # # +str+:: - # String(s) to work with + # String(s) to work with, will be converted to RFC3986 URIs before merging. # # == Description #