1
0
Fork 0
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:
Charles Lowell 2011-06-10 14:17:14 -05:00
parent a6a0ed0d0c
commit 0629449201
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.9.0beta7"
VERSION = "0.9.0"
end