From 83e8152dd694a755c1e3b772d0aa917941e0c769 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Tue, 25 Dec 2012 21:55:59 -0800 Subject: [PATCH] Collect some changes for the upcoming 1.9. http://code.google.com/p/phantomjs/issues/detail?id=939 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index c9d080cb..8ac71b0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ Please see also http://phantomjs.org/releases.html. +2013-03-20: Version 1.9.0 + + New features + + * 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) + + Improvements + + * Ensured a consistent 72 dpi for Linux headless rendering (issue 659) + 2012-12-21: Version 1.8.0 New features