diff --git a/RELEASES.txt b/RELEASES.txt index 3bd242ec..ce3880f4 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -63,11 +63,16 @@ Released * Various DUK_OPT_xxx flags added for tuning the build (see web docs) +* Register shuffling added to compiler to mostly eliminate constant and + temporary register limits + * Ecmascript E5.1 test cases and fixes * Mark-and-sweep stringtable leak fixed, affected mostly builds without reference counting +* Coroutine yield fixes + * Portability fixes Planned