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

update history to reflect changes

This commit is contained in:
Charles Lowell 2009-11-20 10:01:03 -06:00
parent e072c82420
commit e7a302b463

View file

@ -1,3 +1,8 @@
=== 1.72.6 2009-XX-XX
* N major enhancements:
* evaluate an IO object such as a file or an socket input stream
* load javascript sources directly into the context with the file system
=== 1.72.5 2009-11-12
* 2 major enhancements:
* evaluate javascript with a ruby object as it's scope using Context#open(:with => object)