ruby-changes:59737
From: Nobuyoshi <ko1@a...>
Date: Sat, 18 Jan 2020 17:28:47 +0900 (JST)
Subject: [ruby-changes:59737] a1ce1dc2a7 (master): NEWS.md: fixed lists and indents [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=a1ce1dc2a7 From a1ce1dc2a773e1c49c82e3df4807f5c18d26e3be Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 18 Jan 2020 17:23:20 +0900 Subject: NEWS.md: fixed lists and indents [ci skip] * The definition lists extensions of the RDoc Markdown parser does not support nesting. * The RDoc Markdown parser requires more indents for nested lists. diff --git a/NEWS.md b/NEWS.md index 9fb9943..f9c70e1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,11 +16,12 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L16 ### Core classes updates (outstanding ones only) -Hash:: +* Hash - Modified method:: + * Modified method - * Hash#transform_keys now accepts a hash that maps keys to new keys. [Feature #16274] + * Hash#transform_keys now accepts a hash that maps keys to new + keys. [Feature #16274] ### Stdlib updates (outstanding ones only) @@ -28,13 +29,13 @@ Hash:: https://github.com/ruby/ruby/blob/trunk/NEWS.md#L29 * Regexp literals are frozen [Feature #8948] [Feature #16377] -``` -/foo/.frozen? #=> true -``` + ``` + /foo/.frozen? #=> true + ``` * The bundled gems - * net-telnet and xmlrpc has been removed from the bundled gems. + net-telnet and xmlrpc has been removed from the bundled gems. If you interested in the maintain them, Please comment your plan to https://github.com/ruby/xmlrpc or https://github.com/ruby/net-telnet. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/