From 1c80f7306eab07d6b956214ed145aec8aa2968bb Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 24 Feb 2013 19:51:26 -0800 Subject: [PATCH] Update ChangeLog. http://code.google.com/p/phantomjs/issues/detail?id=939 --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d53dd28..b9c11a31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,19 +4,31 @@ Please see also http://phantomjs.org/releases.html. New features + * Added spawn and execFile to execute external programs (issue 219) * Added the ability to abort network requests (issue 230) * Added system access to stdin, stdout, and stderr (issue 333) * Added seek function to the File stream (issue 937) * Implemented file read for a specified number of bytes (issue 938) - * Added a callback to handle network error (issue 954) + * Added a callback to handle network error (issue 954, 997) + * Implemented require.stub() support for a factory function (issue 1044) Improvements * Fixed the build on FreeBSD (issue 597) * Ensured a consistent 72 dpi for Linux headless rendering (issue 659) + * Fixed possible PDF error due to invalid CreationDate field (issue 663) * Fixed crash when uploading non existing files (issue 941) * Improved the autocomplete internal of the interactive/REPL mode (issue 943) * Changed Linux binary package setup to be built on CentOS 5 (issue 963) + * Extended SSL ignore setting to synchronous XHR (issue 985) + * Fixed incorrect date handling in the cookies (issue 1068) + + Examples + + * Implemented a new weather example (issue 794) + * Fixed rendering issues in render_multi_url (issue 1021) + * Fixed proper event sequence in page_events example (issue 1028) + * Miscellanous tweaks (issue 1082) 2012-12-21: Version 1.8.0