aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-18 17:23:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-18 17:23:20 +0900
commita1ce1dc2a773e1c49c82e3df4807f5c18d26e3be (patch)
tree8f05d766d2f6b0b718b43b440fcfd1d514ef4292 /NEWS.md
parent93a51c15d95b93bae428540966c73feebc9f5d4b (diff)
downloadruby-a1ce1dc2a773e1c49c82e3df4807f5c18d26e3be.tar.gz
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.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/NEWS.md b/NEWS.md
index 9fb9943ed9..f9c70e175b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -16,11 +16,12 @@ sufficient information, see the ChangeLog file or Redmine
### 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::
* 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.