From 754900ff1fd22f6e08232f172c8c252ac5d0c277 Mon Sep 17 00:00:00 2001
From: Doug Hellmann <doug@doughellmann.com>
Date: Thu, 8 Sep 2016 14:51:37 -0400
Subject: [PATCH] standardize release note page ordering

In order to support automatically updating the release notes when we
create stable branches, we want the pages to be in a standard order.
This patch updates the order to be reverse chronological, so the most
recent notes appear at the top.

Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
---
 releasenotes/source/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst
index 68432f98c15..6f3499a6cb9 100644
--- a/releasenotes/source/index.rst
+++ b/releasenotes/source/index.rst
@@ -5,6 +5,6 @@
 .. toctree::
    :maxdepth: 1
 
-   liberty
-   mitaka
    unreleased
+   mitaka
+   liberty