1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
This commit is contained in:
kares 2012-05-21 10:21:30 +02:00
parent 129d88dbad
commit 346262e1b3
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
=== 1.73.4 2012-05-21
* allow rhino.jar path overrides with Rhino::JAR_PATH
* 'correct' JSError#inspect - show thrown value
* fix JSError#javascript_backtrace to be an array and add it on top of the
(ruby) backtrace
* make sure JSError#cause always points to native rhino cause (#19)
* avoid using instance variables with 'native' JS::Context (JRuby 1.7 warnings)
=== 1.73.3 2012-04-23
RedJS 0.4 compatible

View file

@ -1,4 +1,4 @@
module Rhino
VERSION = "1.73.3"
VERSION = "1.73.4"
end