aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 58c15536c3..b1a9804fb5 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ with all sufficient information, see the ChangeLog file.
* added environment variable:
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
+* IO
+ * extended methods:
+ * IO#seek accepts symbols (:CUR, :END, :SET) for 2nd argument.
+
* Mutex
* misc
* Mutex#owned? is no longer experimental.