git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2017-12-12 12:10:20 +00:00
Родитель f2a91397fd
Коммит 9fa87ebe7f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -92,6 +92,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Kernel#yield_self [Feature #6721]
* Kernel#pp [Feature #14123]
* Kernel#warn(..., uplevel:n) [Feature #12882]
* Module
* Module#attr, attr_accessor, attr_reader, attr_writer are now public [#14132]