NEWS.md: mention "Freeze Regexp literals" [Feature #8948]

This commit is contained in:
Yusuke Endoh 2020-01-15 12:43:49 +09:00
Родитель 9feca5ceb9
Коммит 815807d2ab
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -26,6 +26,12 @@ Hash::
### Compatibility issues (excluding feature bug fixes) ### Compatibility issues (excluding feature bug fixes)
* Regexp literals are frozen [Feature #8948] [Feature #16377]
```
/foo/.frozen? #=> true
```
### Stdlib compatibility issues (excluding feature bug fixes) ### Stdlib compatibility issues (excluding feature bug fixes)
### C API updates ### C API updates