aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 15:05:37 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 15:05:37 +0000
commit23baaf4ad0cc9a4f4f6c46fbb52e1e3c41a15ef6 (patch)
tree3ade1b8c8a0a276cd0a29d25b707f9e2bbfe7746 /NEWS
parentefe6299e67ac97821c64e43453dd03919130a3e8 (diff)
downloadruby-23baaf4ad0cc9a4f4f6c46fbb52e1e3c41a15ef6.tar.gz
fix indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c1b2d059fd..80bd3cd683 100644
--- a/NEWS
+++ b/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