summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRobert Lehmann <mail@robertlehmann.de>2014-10-31 11:14:14 +0100
committerRobert Lehmann <mail@robertlehmann.de>2014-10-31 11:14:14 +0100
commit9eadeadaa9462ebd54e67f14803780198f04423a (patch)
tree5b1e81ce518604baaf75924de9603e97a091da6c /CHANGES
parent3b0012dd5866e9bf056a0d19262c462d1ef72955 (diff)
downloadsphinx-9eadeadaa9462ebd54e67f14803780198f04423a.tar.gz
Changelog for PR#314.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6a2da9e6..5d72d8b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ Features added
* #1597: Added possibility to return a new template name from
`html-page-context`.
+* PR#314, #1150: Configuration values are now checked for their type. A
+ warning is raised if the configured and the default value do not have the
+ same type and do not share a common non-trivial base class.
Bugs fixed
----------