summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 12:26:39 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 12:26:39 +0000
commit1c87fee3166c5208e92f1b7779507dd52c3087e1 (patch)
treee12726a15b85a84f142000690e308c634e28a7a0 /NEWS
parentea290804891b259cce4a156790ba024c1d52ad27 (diff)
* NEWS: add obsolete callcc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a32ea90425..49673ddf2f 100644
--- a/NEWS
+++ b/NEWS
@@ -132,6 +132,9 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib updates (outstanding ones only)
+* Continuation
+ * callcc is obsolete. use Fiber instead.
+
* Digest
* Digest() should now be thread-safe. If you have a problem with