From c73b6ec9af5fe490aed327bb58a7acc04ff9be55 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 4 Jun 2008 07:15:54 +0000 Subject: Fix typos and move misplaced entries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 36c78d1c45..1ca25959d5 100644 --- a/NEWS +++ b/NEWS @@ -218,8 +218,6 @@ with all sufficient information, see the ChangeLog file. New methods. - * Method#class_exec - * Method#module_exec * Method#name * Method#owner * Method#receiver @@ -228,6 +226,11 @@ with all sufficient information, see the ChangeLog file. New methods. + * Module#class_exec + * Module#module_exec + + New methods. + * Numeric#step Return an enumerator if no block is given. @@ -382,6 +385,12 @@ with all sufficient information, see the ChangeLog file. Tempfile.open(['image', 'jpg']) { |tempfile| ... } +* tmpdir + + * New method: + + * Dir.mktmpdir + * uri * added LDAPS scheme. @@ -496,11 +505,6 @@ with all sufficient information, see the ChangeLog file. in temporary file names any more. See above for how to specify a suffix. -* tmpdir - - * New method: - * Dir.mktmpdir - * uri * See above for details. -- cgit v1.2.3