* ChangeLog: missed at r48518.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-11-20 15:36:03 +00:00
parent 518ef56943
commit a23e9c7f13

View File

@ -1,3 +1,8 @@
Fri Nov 21 00:29:51 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to
use embbed string.
Fri Nov 21 00:19:17 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.