From b2ad476a86f992d53ba82269a830329ba0ebaabc Mon Sep 17 00:00:00 2001
From: Lu lei <lei.lu@easystack.cn>
Date: Thu, 22 Sep 2016 16:52:44 +0800
Subject: [PATCH] Update the order of release note page

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.

TrivialFix.

Change-Id: I8eca97a75f8c6ee1f41712678b12b7e9dac655dd
---
 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 79312ad07e..71e74c75e7 100644
--- a/releasenotes/source/index.rst
+++ b/releasenotes/source/index.rst
@@ -7,9 +7,9 @@ Contents
 .. toctree::
    :maxdepth: 2
 
-   liberty
-   mitaka
    unreleased
+   mitaka
+   liberty
 
 
 Indices and tables
-- 
GitLab