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

NEWS: Fix indent [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-10-08 15:12:56 +00:00
parent 6938834c08
commit 634de69596

4
NEWS
View file

@ -263,8 +263,8 @@ sufficient information, see the ChangeLog file or Redmine
* New features:
* `Time.new` and `Time#getlocal` accept a timezone object as
well as UTC offset string. `Time#+`, `Time#-` and `Time#succ`
also preserve the timezone. [Feature #14850]
well as UTC offset string. `Time#+`, `Time#-` and `Time#succ`
also preserve the timezone. [Feature #14850]
* `TracePoint`