From 2937692464a042c24d056d154fe2dc3a6691333e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin <markmc@redhat.com> Date: Tue, 3 Dec 2013 23:18:42 +0000 Subject: [PATCH] Add release notes for 1.3.0a2 Change-Id: If4cf83d605801047053530ca5c7970e30132b4b0 --- doc/source/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index fa951b736..45e806337 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,6 +22,26 @@ Contents Release Notes ============= +1.3.0a2 +------- + +Changes since 1.3.0a1: + +* logging_and_notification_: Notifications can now be sent using a python logging handler. +* Notifier.warning() was added as an alias of Notifier.warn(). +* Notifier.audit() has been added. +* 1178375_: Support a new qpid topology. +* TransportURL.hosts is no longer a read-only property. +* MessagingException now behaves more like normal exceptions. +* Fix sending of notifications. +* Many internal cleanups. + +.. _logging_and_notification: https://blueprints.launchpad.net/oslo.messaging/+spec/logging-and-notification +.. _1178375: https://bugs.launchpad.net/oslo/+bug/1178375 + +Thanks to Chang Bo Guo, Christian Strack, Julien Danjou, Kenneth Giusti +and Russell Bryant for their contributions to this release! + 1.2.0a1 -------