From 42cc294666d6b3a071128fdf5712c0febe620dda Mon Sep 17 00:00:00 2001 From: Albert Jimenez Date: Mon, 2 Jun 2014 10:32:17 -0700 Subject: [PATCH] Updated history. --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c2f878851..0a41c65bc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,7 +4,7 @@ version 0.9.5 Notes ----- -* Reduced start up time by up to 20% by capturing YUI module details and executing them in one step instead of two. +* Reduced start up time by up to 25% by capturing YUI module details and executing them in one step instead of two. * Now YUI modules are only executed once, with the real runtime YUI object scoped. * Syntax errors are now reported with line numbers after failing to compile YUI modules. * Better handling of translations in the Intl addon, which finds the best available lang while avoiding potential interference from a previously set language.