1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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.
This commit is contained in:
Nobuyoshi Nakada 2020-01-18 17:23:20 +09:00
parent 93a51c15d9
commit a1ce1dc2a7
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

15
NEWS.md
View file

@ -16,11 +16,12 @@ sufficient information, see the ChangeLog file or Redmine
### Core classes updates (outstanding ones only) ### 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) ### Stdlib updates (outstanding ones only)
@ -28,13 +29,13 @@ Hash::
* Regexp literals are frozen [Feature #8948] [Feature #16377] * Regexp literals are frozen [Feature #8948] [Feature #16377]
``` ```
/foo/.frozen? #=> true /foo/.frozen? #=> true
``` ```
* The bundled gems * 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 If you interested in the maintain them, Please comment your plan
to https://github.com/ruby/xmlrpc or https://github.com/ruby/net-telnet. to https://github.com/ruby/xmlrpc or https://github.com/ruby/net-telnet.