1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
This commit is contained in:
Charles Lowell 2011-08-11 10:00:56 -05:00
parent ada08da8c7
commit ee65587791
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
# Changelog
## 0.9.2 - 2001/06/23
## 0.9.3 - 20011/08/11
* Better documentation for the C extension memory management
* Always lock V8 operations, always.
* GH-86 Context#[], Context#[]= always looks up values from the JavaScript scope, even when it's a Ruby object
## 0.9.2 - 20011/06/23
* fix issue with 1.8.7 where object allocation inside of GC was segfaulting

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.9.3beta1"
VERSION = "0.9.3"
end