From 2775c00a710ac876641883f55da7e939b3c32ec5 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Fri, 9 Jan 2015 17:09:38 -0800 Subject: [PATCH 4/4] Fix NEWS indent To: https://bugs.ruby-lang.org/ --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b9d9203..57e27c8 100644 --- a/NEWS +++ b/NEWS @@ -26,10 +26,10 @@ 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 === Built-in global variables compatibility issues -- gogotanaka