mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
prepare for 2.0.3
This commit is contained in:
parent
79192c63a7
commit
642bac0235
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
## 2.0.3 2014-02-20
|
||||
|
||||
* minor fix for time_to_js when scope not set (#27)
|
||||
* Jar path now avoids using a glob, which doesn't work inside a jar (#26)
|
||||
* use Rhino.warn explicitly otherwise it's a Kernel.warn
|
||||
|
||||
## 2.0.2 2012-12-05
|
||||
|
||||
* handle Rhino's 64K code generation (method) limit on the fly (#23)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Rhino
|
||||
VERSION = "2.0.2"
|
||||
VERSION = "2.0.3"
|
||||
end
|
Loading…
Reference in a new issue