From 43fbe569a5d1affa994d8c1be096e873d4abfa17 Mon Sep 17 00:00:00 2001
From: Steve Martinelli <stevemar@ca.ibm.com>
Date: Mon, 30 Nov 2015 16:30:42 -0500
Subject: [PATCH] Add a changelog to see all changes into tagged releases

in addition to release notes, it'll be nice to also see the
changelog that happened between releases.

Change-Id: I4548be22c377ec12f0398a248391384126506715
---
 doc/source/history.rst |  1 +
 doc/source/index.rst   | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)
 create mode 100644 doc/source/history.rst

diff --git a/doc/source/history.rst b/doc/source/history.rst
new file mode 100644
index 0000000000..69ed4fe6c2
--- /dev/null
+++ b/doc/source/history.rst
@@ -0,0 +1 @@
+.. include:: ../../ChangeLog
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 66afc2b5d0..c1fbbe39fd 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -20,7 +20,6 @@ User Documentation
    interactive
    humaninterfaceguide
    backwards-incompatible
-   releases
    man/openstack
 
 Getting Started
@@ -30,6 +29,15 @@ Getting Started
 * Read the source `on OpenStack's Git server`_
 * Install OpenStackClient from `PyPi`_ or a `tarball`_
 
+Release Notes
+-------------
+
+.. toctree::
+   :maxdepth: 1
+
+   releases
+   history
+
 Developer Documentation
 -----------------------