summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-23 07:58:23 +0200
committerGeorg Brandl <georg@python.org>2014-10-23 07:58:23 +0200
commit81d12a505bd80e092b7567a088b65e3bcd337efa (patch)
tree764c50430d46dd046bff760c717534f25a1eb5e6 /CHANGES
parent48e972351bceaab7e0ef68a1042e3906d921d1a2 (diff)
downloadsphinx-81d12a505bd80e092b7567a088b65e3bcd337efa.tar.gz
Closes #1597: Added possibility to return a new template name from `html-page-context`.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f443c076..6a2da9e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@ Incompatible changes
Features added
--------------
+* #1597: Added possibility to return a new template name from
+ `html-page-context`.
+
Bugs fixed
----------