From 5b99f3892732ca84f22ce45001b540f6ba6f353f Mon Sep 17 00:00:00 2001
From: Karl Hobley <karl@torchbox.com>
Date: Fri, 18 Jul 2014 15:14:36 +0100
Subject: [PATCH] Added changelog and release notes for #429

---
 CHANGELOG.txt         | 1 +
 docs/releases/0.5.rst | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index df2064b61b..600dc4997e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,6 +3,7 @@ Changelog
 
 0.5 (xx.xx.20xx)
 ~~~~~~~~~~~~~~~~
+ * Explorer nav now rendered separately and fetched with AJAX when needed
  * Added decorator syntax for hooks
  * Replaced lxml dependency with html5lib, to simplify installation
 
diff --git a/docs/releases/0.5.rst b/docs/releases/0.5.rst
index f0cd01f40b..fa7012c2ea 100644
--- a/docs/releases/0.5.rst
+++ b/docs/releases/0.5.rst
@@ -30,6 +30,14 @@ Core
  * The lxml library (used for whitelisting and rewriting of rich text fields) has been replaced with the pure-python html5lib library, to simplify installation.
 
 
+Admin
+-----
+
+ * Explorer nav now rendered separately and fetched with AJAX when needed.
+
+   This improves the general performance of the amdin interface for large sites.
+
+
 Bug fixes
 ~~~~~~~~~