From 32203d9a97c45c2eefb4dc3cc0f8a9bea3831988 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Mon, 19 Dec 2011 08:22:06 -0800 Subject: [PATCH] Remove tabs in the ChangeLog. --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 698467ae..26bc3a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,18 +5,18 @@ Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes. New features * Added embedded HTTP server (issue 115) - * Added convenient build script for Linux (issue 197) - * Added support for SOCKS5 proxy (issue 266) + * Added convenient build script for Linux (issue 197) + * Added support for SOCKS5 proxy (issue 266) Bug fixes - * Fix potential crash in QUrl with Qt 4.8 (issue 304) + * Fix potential crash in QUrl with Qt 4.8 (issue 304) * Fix bug in CookieJar with QSettings and string (PyPhantomJS issue 10) Examples * Added a new example to detect browsers sniffing (issue 263) - * Added HTTP server example (issue 115) + * Added HTTP server example (issue 115) 2011-09-23: Version 1.3.0 "Water Lily"