summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-20 15:01:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-20 15:01:44 +0000
commit1292c5ec58507fb721ba646672b15a9f163bfae9 (patch)
tree38275944d4e87961a304c4854b2dc37d41fc7eed /NEWS
parentcc659d2f1b120fda6b085a7a51ac4115397bf9ef (diff)
* enum.c (enum_chunk): Deprecate the state management.
(enum_slice_before): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aadfd47388..a9544b8654 100644
--- a/NEWS
+++ b/NEWS
@@ -87,6 +87,10 @@ with all sufficient information, see the ChangeLog file.
=== Core classes compatibility issues (excluding feature bug fixes)
+* Enumerable
+ * Enumerable#slice_before's state management deprecated.
+ * Enumerable#chunk's state management deprecated.
+
* GC
* incompatible changes:
* Rename GC.stat entries. [Feature #9924]