ruby-changes:59738
From: Nobuyoshi <ko1@a...>
Date: Sat, 18 Jan 2020 17:44:47 +0900 (JST)
Subject: [ruby-changes:59738] 59d255b940 (master): NEWS.md: made ticket references links [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=59d255b940 From 59d255b940b7b5fc0f47e474ab6b557379eaf24c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 18 Jan 2020 17:43:07 +0900 Subject: NEWS.md: made ticket references links [ci skip] diff --git a/NEWS.md b/NEWS.md index f9c70e1..366c6d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,13 +21,13 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L21 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS.md#L46 ### 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/