From 99f8c79f0a24f326097a8a0ff3e7a6cae31c0d6b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 17 Jun 2008 10:38:31 +0000 Subject: [PATCH] Move thanks to correct entry. --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b206d5c45..8b9cfa176 100644 --- a/CHANGES +++ b/CHANGES @@ -46,11 +46,11 @@ New features added subdirectories. * 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 - subtrees from the search for source files. Thanks to Sebastian - Wiesner. + subtrees from the search for source files. * Defaults for configuration values can now be callables, which allows dynamic defaults.