summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-18 17:43:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-18 17:43:07 +0900
commit59d255b940b7b5fc0f47e474ab6b557379eaf24c (patch)
tree71da18c236ad6ed3719c7d77c74b669f9ed43986
parenta1ce1dc2a773e1c49c82e3df4807f5c18d26e3be (diff)
NEWS.md: made ticket references links [ci skip]
-rw-r--r--NEWS.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index f9c70e175b..366c6d454c 100644
--- a/NEWS.md
+++ b/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