summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-22 09:13:44 +0200
committerGeorg Brandl <georg@python.org>2014-09-22 09:13:44 +0200
commit5d0f7b1afe43b5349ebe6793019365b218d79ff9 (patch)
tree1c88e10d0ff17f491b312376422725e865bada28 /CHANGES
parente5facf6fc41ccb0d964b12d3b7701caa77679f85 (diff)
downloadsphinx-5d0f7b1afe43b5349ebe6793019365b218d79ff9.tar.gz
Rename env-read-docs to env-before-read-docs, add changelog entry and fixup tests.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 57eeff7a..cec06655 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,8 @@ Features added
* #623: `sphinx.ext.viewcode` supports imported function/class aliases.
* PR#275: `sphinx.ext.intersphinx` supports multiple target for the
inventory. Thanks to Brigitta Sipocz.
+* PR#261: Added the `env-before-read-docs` event that can be connected to modify
+ the order of documents before they are read by the environment.
* #1284: Program options documented with :rst:dir:`option` can now start with
``+``.