mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/NEWS-2.4.0: fix grammar and typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35c44d9856
commit
d2ff14cb9d
1 changed files with 6 additions and 6 deletions
|
@ -140,9 +140,9 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
* Regexp#match? [Feature #8110]
|
* Regexp#match? [Feature #8110]
|
||||||
This returns bool and doesn't save backref.
|
This returns bool and doesn't save backref.
|
||||||
|
|
||||||
* Update Onigmo 6.0.0.
|
* Update to Onigmo 6.0.0.
|
||||||
|
|
||||||
* Regexp/String: Updated Unicode version from 8.0.0 to 9.0.0 [Feature #12513]
|
* Regexp/String: Update Unicode version from 8.0.0 to 9.0.0 [Feature #12513]
|
||||||
|
|
||||||
* RubyVM::Env
|
* RubyVM::Env
|
||||||
|
|
||||||
|
@ -316,17 +316,17 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
|
|
||||||
* DateTime#to_time now preserves timezone. [Bug #12189]
|
* DateTime#to_time now preserves timezone. [Bug #12189]
|
||||||
|
|
||||||
* PSych
|
* Psych
|
||||||
|
|
||||||
* Update Psych 2.2.2
|
* Update to Psych 2.2.2
|
||||||
|
|
||||||
* RDoc
|
* RDoc
|
||||||
|
|
||||||
* Update RDoc 5.0.0
|
* Update to RDoc 5.0.0
|
||||||
|
|
||||||
* RubyGems
|
* RubyGems
|
||||||
|
|
||||||
* Update RubyGems 2.6.8
|
* Update to RubyGems 2.6.8
|
||||||
|
|
||||||
* shellwords
|
* shellwords
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue