mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add obsolete callcc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ea29080489
commit
1c87fee316
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
3
NEWS
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue