1
0
Fork 0
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:
Nobuyoshi Nakada 2020-01-18 17:43:07 +09:00
parent a1ce1dc2a7
commit 59d255b940
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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