summaryrefslogtreecommitdiff
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
parentea290804891b259cce4a156790ba024c1d52ad27 (diff)
* NEWS: add obsolete callcc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e2a4f3a14..58a5567d3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 27 21:24:55 2014 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: add obsolete callcc.
+
Thu Nov 27 19:59:49 2014 Koichi Sasada <ko1@atdot.net>
* compile.c (iseq_compile_each): remove duplicated line event.
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