Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
prkumar committed Jan 10, 2018
1 parent 990712d commit 49cc4ee
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,32 @@ Added
- Constructor parameter for ``uplink.Query`` and ``uplink.QueryMap`` to
support already encoded URL parameters
- Support for using ``requests.Session`` and ``aiohttp.ClientSession``
instances with the ``client`` parameter of the ``uplink.Consumer`` constructor.
instances with the ``client`` parameter of the ``uplink.Consumer``
constructor.

Changed
-------
- ``aiohttp`` and ``twisted`` are now optional dependencies/extras.

Fixed
-----
- Fix issue with calling a request method with ``super``.
- Fix for calling a request method with ``super``, by `@brandonio21`_.
- Fix issue where method decorators would incorrectly decorate inherited
request methods.

0.2.2_ - 2017-11-23
===================
Fixed
-----
- Fix error raised when an object that is not a class is passed into the
``client`` parameter of the ``Consumer`` constructor, by `@kadrach`_.
- Fix for error raised when an object that is not a class is passed into the
``client`` parameter of the ``Consumer`` constructor, by `@kadrach`_

0.2.0_ - 2017-11-03
===================
Added
-----
- The class ``uplink.Consumer``. Consumer classes should inherit this base
- The class ``uplink.Consumer`` by `@itstehkman`_. Consumer classes should
inherit this base.
class, and creating consumer instances happens through instantiation.
- Support for ``asyncio`` for Python 3.4 and above.
- Support for ``twisted`` for all supported Python versions.
Expand Down Expand Up @@ -101,4 +103,5 @@ Added

.. Contributors
.. _@brandonio21: https://github.com/brandonio21
.. _@itstehkman: https://github.com/itstehkman
.. _@kadrach: https://github.com/kadrach

0 comments on commit 49cc4ee

Please sign in to comment.