mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS.md: made ticket references links [ci skip]
This commit is contained in:
parent
a1ce1dc2a7
commit
59d255b940
1 changed files with 7 additions and 2 deletions
9
NEWS.md
9
NEWS.md
|
@ -21,13 +21,13 @@ sufficient information, see the ChangeLog file or Redmine
|
|||
* Modified method
|
||||
|
||||
* Hash#transform_keys now accepts a hash that maps keys to new
|
||||
keys. [Feature #16274]
|
||||
keys. [[Feature #16274]]
|
||||
|
||||
### Stdlib updates (outstanding ones only)
|
||||
|
||||
### Compatibility issues (excluding feature bug fixes)
|
||||
|
||||
* Regexp literals are frozen [Feature #8948] [Feature #16377]
|
||||
* Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]
|
||||
|
||||
```
|
||||
/foo/.frozen? #=> true
|
||||
|
@ -46,3 +46,8 @@ sufficient information, see the ChangeLog file or Redmine
|
|||
### Implementation improvements
|
||||
|
||||
### Miscellaneous changes
|
||||
|
||||
|
||||
[Feature #8948]: https://bugs.ruby-lang.org/issues/8948
|
||||
[Feature #16274]: https://bugs.ruby-lang.org/issues/16274
|
||||
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377
|
||||
|
|
Loading…
Add table
Reference in a new issue