This commit is contained in:
Marcus Stollsteimer 2019-05-04 15:02:20 +02:00
Родитель b9e52db283
Коммит 8bf3040e30
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -24,8 +24,8 @@ sufficient information, see the ChangeLog file or Redmine
* lambda with no block in a method called with a block errs.
* Non-Symbol keys in a keyword arguments hash was prohibited at 2.6.0, but
now allowed again. [Bug #15658]
* Non-Symbol keys in a keyword arguments hash were prohibited in 2.6.0,
but are now allowed again. [Bug #15658]
* Numbered parameter as the default block parameter is introduced as an
experimental feature. [Feature #4475]