Skip to content

Commit

Permalink
Merge pull request #1249 from lbernick/patch-1
Browse files Browse the repository at this point in the history
Update Changelog to reflect renamed BlockingConnection method
  • Loading branch information
lukebakken committed Oct 24, 2019
2 parents f64603a + 9051319 commit d56258e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/version_history.rst
Expand Up @@ -21,6 +21,7 @@ Version History

- ``AsyncioConnection``, ``TornadoConnection`` and ``TwistedProtocolConnection`` are no longer auto-imported (`PR <https://github.com/pika/pika/pull/1129>`_)
- ``BlockingConnection.consume`` now returns ``(None, None, None)`` when inactivity timeout is reached (`PR <https://github.com/pika/pika/pull/899>`_)
- ``BlockingConnection.add_timeout`` renamed to ``BlockingConnection.call_later``
- Python 3.7 support (`Issue <https://github.com/pika/pika/issues/1107>`_)
- ``all_channels`` parameter of the ``Channel.basic_qos`` method renamed to ``global_qos``
- ``global_`` parameter of the ``Basic.Qos`` spec class renamed to ``global_qos``
Expand Down

0 comments on commit d56258e

Please sign in to comment.