mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
v1.73.5
This commit is contained in:
parent
30f109bf65
commit
93b5a24f10
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
=== 1.73.5 2012-07-25
|
||||
|
||||
* #to_s functionName typo fix for org.mozilla.javascript.ScriptStackElement
|
||||
* make sure thrown values are correctly raised from inside JS functions
|
||||
* a better #inspect for native rhino objects
|
||||
* correct JavaScript error handling for Function#apply
|
||||
|
||||
=== 1.73.4 2012-05-21
|
||||
|
||||
* allow rhino.jar path overrides with Rhino::JAR_PATH
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
module Rhino
|
||||
VERSION = "1.73.4"
|
||||
VERSION = "1.73.5"
|
||||
end
|
Loading…
Reference in a new issue