=================
* Fixes Request factory not used. This resolves issues where the User Agent was not set.
* Experimental PhantomJS support. It can be enabled with ``--phantomjs``. See the Usage section in the documentation for more details.
* API changes:
* The ``http`` module was split up into smaller modules: ``http.client``, ``http.connection``, ``http.request``, ``http.util``.
* ``ChunkedTransferStreamReader`` was added as a reusable abstraction.
* The ``web`` module was moved to ``http.web``.
* Added ``proxy`` module.
* Added ``phantomjs`` module.