summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 07:15:54 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 07:15:54 +0000
commitc73b6ec9af5fe490aed327bb58a7acc04ff9be55 (patch)
tree0f65c733bedcf8a15e051874dd1b2dd4557983c8
parentc5d1fd68f7c062a03f44e590699e5ff957fe06be (diff)
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
-rw-r--r--NEWS18
1 files 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.