Updates Changelog

This commit is contained in:
Ask Solem 2011-07-15 12:43:24 +01:00
parent daf5830464
commit 4ccdeb37d6
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@
=====
:release-date: 2011-07-15 12:00 P.M BST
* Producer.publish: Can now set additional properties using keyword arguments.
* Virtual: Fixes cyclic reference in Channel.close (Issue #49).
* Producer.publish: Can now set additional properties using keyword
arguments (Issue #48).
* Adds Queue.no_ack option to control the no_ack option for individual queues.