mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
bump version for pre, add changelog entry
This commit is contained in:
parent
f4d9a6269b
commit
fd17e8a872
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## Edge
|
||||
|
||||
* force UTf-8 encoding on strings returned from javascript in ruby 1.9
|
||||
|
||||
## 0.8.1 - 2011/03/07
|
||||
|
||||
* upgrade to v8 3.1.8
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module V8
|
||||
VERSION = "0.8.1"
|
||||
VERSION = "0.8.2.pre"
|
||||
end
|
Loading…
Reference in a new issue