From 4ccdeb37d69fb38781512964cd96d9954ca1748a Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 15 Jul 2011 12:43:24 +0100 Subject: [PATCH] Updates Changelog --- Changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 97642dfb..68f6ed9e 100644 --- a/Changelog +++ b/Changelog @@ -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.