mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
therubyracer 0.9.0
This commit is contained in:
parent
a6a0ed0d0c
commit
0629449201
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## Edge
|
||||
## 0.9.0 - 2011/06/10
|
||||
|
||||
* extract libv8 into installable binary for most platforms
|
||||
* fix numerous memory leaks
|
||||
* expose the V8 debugger via V8::C::Debug::EnableAgent()
|
||||
* force UTf-8 encoding on strings returned from javascript in ruby 1.9
|
||||
* remove deprecated evaluate() methods
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module V8
|
||||
VERSION = "0.9.0beta7"
|
||||
VERSION = "0.9.0"
|
||||
end
|
Loading…
Add table
Reference in a new issue