mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
122ee7d4c2
commit
0a2b471d38
1 changed files with 7 additions and 7 deletions
14
NEWS
14
NEWS
|
@ -218,19 +218,19 @@ with all sufficient information, see the ChangeLog file.
|
|||
=== Stdlib compatibility issues (excluding feature bug fixes)
|
||||
|
||||
* lib/webrick/utils.rb
|
||||
* removed unused argument. https://github.com/ruby/ruby/pull/356
|
||||
* removed unused argument. https://github.com/ruby/ruby/pull/356
|
||||
|
||||
* lib/drb/drb.rb
|
||||
* removed unused argument. https://github.com/ruby/ruby/pull/515
|
||||
* removed unused argument. https://github.com/ruby/ruby/pull/515
|
||||
|
||||
* lib/base64.rb
|
||||
* Base64.urlsafe_encode64: added a "padding" option to suppress
|
||||
the padding character ("=").
|
||||
* Base64.urlsafe_decode64: now it accepts not only correctly-padded
|
||||
input but also unpadded input.
|
||||
* Base64.urlsafe_encode64: added a "padding" option to suppress
|
||||
the padding character ("=").
|
||||
* Base64.urlsafe_decode64: now it accepts not only correctly-padded
|
||||
input but also unpadded input.
|
||||
|
||||
* lib/matrix.rb
|
||||
* Add Vector#round. https://github.com/ruby/ruby/pull/802
|
||||
* Add Vector#round. https://github.com/ruby/ruby/pull/802
|
||||
|
||||
* ext/coverage/coverage.c
|
||||
* Coverage.peek_result: new method to allow coverage to be captured without
|
||||
|
|
Loading…
Reference in a new issue