Move thanks to correct entry.

This commit is contained in:
Georg Brandl 2008-06-17 10:38:31 +00:00
parent 02d8c50b50
commit 99f8c79f0a

View File

@ -46,11 +46,11 @@ New features added
subdirectories. subdirectories.
* The image directive now supports specifying the extension as ``.*``, * The image directive now supports specifying the extension as ``.*``,
which makes the builder select the one that matches best. which makes the builder select the one that matches best. Thanks to
Sebastian Wiesner.
* The new config value `exclude_trees` can be used to exclude whole * The new config value `exclude_trees` can be used to exclude whole
subtrees from the search for source files. Thanks to Sebastian subtrees from the search for source files.
Wiesner.
* Defaults for configuration values can now be callables, which allows * Defaults for configuration values can now be callables, which allows
dynamic defaults. dynamic defaults.