diff --git a/ChangeLog b/ChangeLog index f23094c1..f0df331b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,32 +4,32 @@ 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, 997) - * Implemented require.stub() support for a factory function (issue 1044) + * Added spawn and execFile to execute external programs (issue 10219) + * Added the ability to abort network requests (issue 10230) + * Added system access to stdin, stdout, and stderr (issue 10333) + * Added seek function to the File stream (issue 10937) + * Implemented file read for a specified number of bytes (issue 10938) + * Added a callback to handle network error (issue 10954, 10997) + * Implemented require.stub() support for a factory function (issue 11044) 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) - * Fixed possible crash when accessing inline frames (issue 947) - * 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) + * Fixed the build on FreeBSD (issue 10597) + * Ensured a consistent 72 dpi for Linux headless rendering (issue 10659) + * Fixed possible PDF error due to invalid CreationDate field (issue 10663) + * Fixed crash when uploading non existing files (issue 10941) + * Improved the autocomplete internal of the interactive/REPL mode (issue 10943) + * Fixed possible crash when accessing inline frames (issue 10947) + * Changed Linux binary package setup to be built on CentOS 5 (issue 10963) + * Extended SSL ignore setting to synchronous XHR (issue 10985) + * Fixed incorrect date handling in the cookies (issue 11068) 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) + * Implemented a new weather example (issue 10794) + * Fixed rendering issues in render_multi_url (issue 11021) + * Fixed proper event sequence in page_events example (issue 11028) + * Miscellanous tweaks (issue 11082) 2013-03-02: Version 1.8.2