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

stub out history file for the next version

This commit is contained in:
Charles Lowell 2010-01-18 00:27:09 +02:00
parent f3811a48c2
commit ec985a9fc5

View file

@ -1,3 +1,7 @@
=== 0.X.X 2010-01-XX
* N major enhancements
* N minor enhancements
=== 0.4.4 2010-01-14
* 2 major enhancements:
* Ruby objects embedded into javascript are passed back to ruby as themselves and not a wrapped V8 object wrapping a ruby object.