summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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.