===================
- Unset waiter future after cancellation (`363 <https://github.com/aio-libs/aiohttp/pull/363>`_)
- Update request url with query parameters (`372 <https://github.com/aio-libs/aiohttp/pull/372>`_)
- Support new `fingerprint` param of TCPConnector to enable verifying
SSL certificates via MD5, SHA1, or SHA256 digest (`366 <https://github.com/aio-libs/aiohttp/pull/366>`_)
- Setup uploaded filename if field value is binary and transfer
encoding is not specified (`349 <https://github.com/aio-libs/aiohttp/pull/349>`_)
- Implement `ClientSession.close()` method
- Implement `connector.closed` readonly property
- Implement `ClientSession.closed` readonly property
- Implement `ClientSession.connector` readonly property
- Implement `ClientSession.detach` method
- Add `__del__` to client-side objects: sessions, connectors,
connections, requests, responses.
- Refactor connections cleanup by connector (`357 <https://github.com/aio-libs/aiohttp/pull/357>`_)
- Add `limit` parameter to connector constructor (`358 <https://github.com/aio-libs/aiohttp/pull/358>`_)
- Add `request.has_body` property (`364 <https://github.com/aio-libs/aiohttp/pull/364>`_)
- Add `response_class` parameter to `ws_connect()` (`367 <https://github.com/aio-libs/aiohttp/pull/367>`_)
- `ProxyConnector` does not support keep-alive requests by default
starting from now (`368 <https://github.com/aio-libs/aiohttp/pull/368>`_)
- Add `connector.force_close` property
- Add ws_connect to ClientSession (`374 <https://github.com/aio-libs/aiohttp/pull/374>`_)
- Support optional `chunk_size` parameter in `router.add_static()`
----