From 3c8cfad75985be898f19ebe0bc97a44278849b72 Mon Sep 17 00:00:00 2001 From: Kun Huang Date: Fri, 21 Aug 2015 02:43:25 +0800 Subject: [PATCH] Add release notes section in Rally's doc This patch adds release notes section in Rally's root documentation. Change-Id: I4a4eccbd2f53f11846a0e17f650b9db2be6e1332 Closes-Bug: #1468054 --- doc/README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/README.rst b/doc/README.rst index e1ae8e72..bb349c31 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -35,3 +35,13 @@ user_stories Place where you can share any of Rally user experience. E.g. fixing some bugs, measuring performance of different architectures or comparing different hardware and so on.. + + +release_notes +~~~~~~~~~~~~~ + +The latest.rst_ contains new features and API changes of Rally's latest release. +And you could find all old releases in archive_. + +.. _latest.rst: https://github.com/openstack/rally/blob/master/doc/release_notes/latest.rst +.. _archive: https://github.com/openstack/rally/tree/master/doc/release_notes/archive