Skip to content

Commit

Permalink
update changelog for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Dec 5, 2023
1 parent 5e8f73b commit 0c15f70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Expand Up @@ -3,6 +3,13 @@ Changelog

Here you can see the full list of changes between each Kuyruk release.

Version 10.0.0
--------------

Released on 05-12-2023.

- ``Kuyruk.connection()`` does not return new connection anymore. It returns the underlying connection. The connection is locked while the context manager is active. If you need to hold the connection for a long time, use ``Kuyruk.new_connection()`` to create a separate connection.

Version 9.4.0
-------------

Expand Down

0 comments on commit 0c15f70

Please sign in to comment.