1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

This commit is contained in:
Yusuke Endoh 2020-01-15 12:43:49 +09:00
parent 9feca5ceb9
commit 815807d2ab

View file

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