ruby-changes:44203
From: nagachika <ko1@a...>
Date: Wed, 28 Sep 2016 03:09:05 +0900 (JST)
Subject: [ruby-changes:44203] nagachika:r56276 (trunk): * ChangeLog: fix typo of r56271. [ci skip]
nagachika 2016-09-28 03:09:00 +0900 (Wed, 28 Sep 2016) New Revision: 56276 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56276 Log: * ChangeLog: fix typo of r56271. [ci skip] * NEWS: ditto. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 56275) +++ ChangeLog (revision 56276) @@ -16,7 +16,7 @@ Tue Sep 27 23:22:31 2016 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L16 Tue Sep 27 22:59:42 2016 URABE Shyouhei <shyouhei@r...> - * NEWS: news about Warning.warning. + * NEWS: news about Warning.warn. Tue Sep 27 18:10:18 2016 Jeremy Evans <code@j...> Index: NEWS =================================================================== --- NEWS (revision 56275) +++ NEWS (revision 56276) @@ -120,8 +120,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L120 * Warning * New module named Warning is introduced. By default it has only - one singleton method, also named warning. This makes it possible - for 3rd-party libraries to control the way warnings are handled. + one singleton method, named warn. This makes it possible for + 3rd-party libraries to control the way warnings are handled. [Feature #12299] === Stdlib updates (outstanding ones only) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/