summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 14:58:41 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 14:58:41 +0000
commit7911d42f1b3b4d6fdaab7a70d69c7bb1351af06c (patch)
tree66659477a17309a0af903d8176d63ae066fe5831 /NEWS
parent2f1a781e8506cb878cba878070e8bcaa7e6e5d5d (diff)
* NEWS: entry for ruby_vm_at_exit().
* eval.c (ruby_cleanup): bug fix around at_exit (1) timing was wrong. (2) execution order was opposite. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30055 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 fe1135b7ce..c37ec08463 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ with all sufficient information, see the ChangeLog file.
* rb_scan_args() is enhanced with support for option hash argument
extraction.
+* ruby_vm_at_exit() added. This enables extension libs to hool a VM
+ termination.
+
=== Library updates (outstanding ones only)
* builtin classes