From e718789a9860ebe9d6487f5f6bce122168c7ff8b Mon Sep 17 00:00:00 2001
From: Mark McLoughlin <markmc@redhat.com>
Date: Tue, 8 Jul 2014 17:32:28 +0100
Subject: [PATCH] Add release notes for 1.4.0.0a2/a3

Change-Id: I9e2a229ffa5bd9b604118d12d54e2f7809b9d49a
---
 doc/source/index.rst | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index c8f16dd7f..cdfccd9d7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -24,6 +24,37 @@ Contents
 Release Notes
 =============
 
+1.4.0.0a3
+---------
+
+Changes since 1.4.0.0a2:
+
+* cleanup:  replaced 'e.g.' with 'for example'.
+* trollius: fix AMQPListener for polling with timeout.
+* cleanup: fixed pep8 issue E265.
+* docs: remove duplicate docs for MessageHandlingServer.
+* docs: add 'docs' tox environment.
+* cleanup: use assertEqual() instead assertIs() for strings.
+* tests: re-organize the unit tests directory.
+
+Thanks to Boris Pavlovic, Christian Berendt, Mark McLoughlin,
+Victor Stinner and YAMAMOTO Takashi for their contributions to
+this release.
+
+1.4.0.0a2
+---------
+
+Changes since 1.4.0.0a1:
+
+* docs: fix Notifier instantiation example.
+* docs: cleanup formatting of examples in TransportURL docs.
+* tests: fix slow notification listener unit tests.
+* cleanup: remove unprintable character from source file.
+* python3: replace usage of str() with six.text_type.
+
+Thanks to Aaron Rosen, Gauvain Pocentek, Mark McLoughlin, Paul Michali
+and Thomas Herve for their contributions to this release.
+
 1.4.0.0a1
 ---------