mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
v1.73.4
This commit is contained in:
parent
129d88dbad
commit
346262e1b3
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
module Rhino
|
||||
VERSION = "1.73.3"
|
||||
VERSION = "1.73.4"
|
||||
end
|
Loading…
Reference in a new issue