From 0352ddb502be9cb53cdb173fd7d97e3764e0c222 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Fri, 23 Jan 2015 16:58:16 -0800 Subject: [PATCH] Version 2.0.0: initial cut at the ChangeLog. https://github.com/ariya/phantomjs/issues/12897 --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d40fb63d..62fde9aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ Please see also http://phantomjs.org/releases.html. -Some future version: +2015-01-23: Version 2.0.0 New features - * Added POST data in the resource request (issue 10158) + * Switched to Qt 5 and updated WebKit (issue 10448) + * Implemented clearing of memory cache (issue 10357) * Added support for HTTP header change for every request (issue 11299) Improvements @@ -12,6 +13,8 @@ Some future version: * Fixed rendering of CJK text by always linking the codecs (issue 10249) * Ensured onResourceReceived is still fired on an error (issue 11163) * Fixed possible crash in handling network requests (issue 11252) + * Removed hardcoded GhostDriver launching message (issue 12681) + * Allowed disk cache more than 2 GB (issue 12303) Examples