1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

0.8.1: upgrade to v8 3.1.8, always map the same native JavaScript object to a single Ruby object.

This commit is contained in:
Charles Lowell 2011-03-07 07:28:27 -06:00
parent 237b78dc66
commit 11d0e86c0e
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# Changelog
## EDGE
## 0.8.1 - 2011/03/07
* upgrade to v8 3.1.8
* remove bin/v8 which conflicted with v8 executeable
* decruft all the crap that had accumulated in the gem
* Javascript Objects are now always mapped to the same V8::Object when read from the context

View file

@ -1,3 +1,3 @@
module V8
VERSION = "0.8.1.pre2"
VERSION = "0.8.1"
end