mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
v0.11.1
This commit is contained in:
parent
fa2787ab4e
commit
4c25753cc9
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.11.1 2013/01/04
|
||||||
|
|
||||||
|
* reintroduce the dependency on libv8
|
||||||
|
* libv8 can be disabled by installing it with the --with-system-v8 flag
|
||||||
|
|
||||||
## 0.11.0 2012/12/04
|
## 0.11.0 2012/12/04
|
||||||
|
|
||||||
* upgrade V8 version to 3.11.8
|
* upgrade V8 version to 3.11.8
|
||||||
|
@ -239,4 +244,4 @@
|
||||||
|
|
||||||
## 0.4.0 - 2009/12/21
|
## 0.4.0 - 2009/12/21
|
||||||
|
|
||||||
* evaluate JavaScript code from inside Ruby.
|
* evaluate JavaScript code from inside Ruby.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module V8
|
module V8
|
||||||
VERSION = "0.11.1beta1"
|
VERSION = "0.11.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue