diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 000000000..69ed4fe6c --- /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 9d931cab1..110c931ee 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -27,6 +27,14 @@ provides `Identity Service`_, as well as `WSGI Middleware`_. .. _`Identity Service`: http://docs.openstack.org/developer/keystone/ .. _`WSGI Middleware`: http://docs.openstack.org/developer/keystonemiddleware/ +Release Notes +============= + +.. toctree:: + :maxdepth: 1 + + history + Contributing ============