mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
v0.9.1
This commit is contained in:
parent
893cb16ddd
commit
edc8eb7086
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.1 - 2011/06/17
|
||||
|
||||
* never perform V8 operations inside Ruby GC
|
||||
* refactor locking interface
|
||||
* add documentation for v8_handle
|
||||
|
||||
## 0.9.0 - 2011/06/10
|
||||
|
||||
* extract libv8 into installable binary for most platforms
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module V8
|
||||
VERSION = "0.9.1beta1"
|
||||
VERSION = "0.9.1"
|
||||
end
|
Loading…
Add table
Reference in a new issue