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:
parent
9feca5ceb9
commit
815807d2ab
1 changed files with 6 additions and 0 deletions
6
NEWS.md
6
NEWS.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue