* ChangeLog: correct auther name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2006-08-11 11:13:05 +00:00
Родитель 8ce57567b9
Коммит a2328a92b4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -94,8 +94,8 @@ Fri Aug 4 18:59:49 2006 Keiju Ishitsuka <keiju@ruby-lang.org>
* lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
[ruby-core: 7122]. and support for ruby1.8.X
Fri Aug 4 14:02:14 2006 <nobu@ruby-lang.org>
Fri Aug 4 14:02:14 2006 James Edward Gray II <james@grayproductions.net>
* lib/date/format.rb (__strptime, strftime): allow multi-line patterns
in Date#strftime the same as Time#strftime accepts.