[NEWS] Fixed a bug where setter of Boxed member will immediately release an object

This commit is contained in:
Watson
2013-12-16 10:05:15 +09:00
parent 5155480c2d
commit 23ae75011e
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -6,6 +6,7 @@
* Fixed a bug where Array#delete will immediately release an object.
* Fixed a bug where Struct#[]= and setter of Struct member will immediately
release an object.
* Fixed a bug where setter of Boxed member will immediately release an object.
* Fixed a bug in the cycle detectors where weak Proc objects would have their
`self' reference scanned, resulting in a double-release crash at runtime.

2
vm

Submodule vm updated: b22a4ebb7d...0ea5c0b096