summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa+bitbucket@gmail.com>2014-12-04 17:22:20 +0900
committerTakayuki Shimizukawa <shimizukawa+bitbucket@gmail.com>2014-12-04 17:22:20 +0900
commit2a6747eb115232d910acd1a49bb3ede66343aa70 (patch)
treef556ce0af0291012e559d00b4fa67eee424549ba /CHANGES
parente542996056906cac2fb7339ea62dbee8b71f1129 (diff)
parente128cb422ea5038ad65b9f3384f432632b5a6bd5 (diff)
downloadsphinx-2a6747eb115232d910acd1a49bb3ede66343aa70.tar.gz
Merged in lehmannro/sphinx-warnconfig (pull request #314)
Check configuration values for their types
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 56cca7e2..46fb581b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,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
----------