From 6918349af9e09d6a05c0601464bdbeb5ff68deba Mon Sep 17 00:00:00 2001 From: kares Date: Sat, 21 Apr 2012 20:09:10 +0200 Subject: [PATCH] prepare history for next release --- History.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/History.txt b/History.txt index 7e62847..a2ae735 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,14 @@ +=== 1.73.3 2012-xx-xx +RedJS 0.4 compatible + +* support for yield in JS property access via the [], []= methods +* refactor access implementations to classes + introduce a shared base +* missing explicit require 'rhino/version' +* Ruby StandardError wrapping so they can be try-catched as JS "error" values +* Rhino::Context.new is expected to yield when block passed + === 1.73.2 2012-04-11 +RedJS 0.2.1 compatible * improve JSError#message + add JSError#value to reflect throw JS value * correctly convert hashes nested within arrays to_javascript (#12)