1
0
Fork 0
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:
Charles Lowell 2011-03-09 10:33:24 -06:00
parent f4d9a6269b
commit fd17e8a872
2 changed files with 5 additions and 1 deletions

View file

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

View file

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