From 606371a39be808c30e31b64663b895bee67f8e7f Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Tue, 4 Sep 2012 08:04:26 -0700 Subject: [PATCH] Add the missing local storage change in Lavender. http://code.google.com/p/phantomjs/issues/detail?id=598 http://code.google.com/p/phantomjs/issues/detail?id=300 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index d613568e..ae58dc63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes. * Added support for passing arguments to WebPage's evaluate (issue 132) * Added callbacks for JavaScript onConfirm and onPrompt (issue 133) * Added stack trace when error occurs (issue 166) + * Added support for local storage path and quota (issue 300) * Added initial support for cookies handling (issue 354) * Added support for header footer when printing the page (issue 410, 512) * Added headers support in the loading request (issue 452)