Update NEWS for pattern matching [ci skip]

This commit is contained in:
Kazuki Tsujimoto 2019-04-27 12:09:48 +09:00
Родитель baad9e8a1c
Коммит be8cf0d4f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: BCEA306C49B81CD7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -14,7 +14,7 @@ sufficient information, see the ChangeLog file or Redmine
=== Language changes
* Introduce pattern matching [Feature #14912]
* Pattern matching is introduced as an experimental feature. [Feature #14912]
* Method reference operator, <code>.:</code> is introduced as an
experimental feature. [Feature #12125] [Feature #13581]