Skip to content

Commit 1f55d80

Browse files
committed
Update CHANGES.rst
1 parent 800878f commit 1f55d80

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGES.rst

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
aiodaemon changelog
2-
===================
1+
aioamqp changelog
2+
=================
33

4-
Here you can see the full list of changes between each aiodaemon release.
4+
Here you can see the full list of changes between each aioamqp release.
55

6+
Version 0.2.0
7+
-------------
8+
9+
* Remove the `asyncio.Queue` and adds a callback parameter to basic_consume
10+
* Add a `on_error` callback when creating a channel or a connection
11+
12+
13+
Version 0.1.1
14+
-------------
15+
16+
* Add `no_wait` and `timeout` parameters to `close` method
617

718
Version 0.1
819
-----------
920

10-
First public preview release.
21+
* First public preview release.

0 commit comments

Comments
 (0)