From 2fbb5bb523ecba7bcc5878933d9e6f244cf9c128 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 20 Apr 2008 15:08:39 +0000 Subject: [PATCH] Add changelog entry. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 16fe9aeac..49cd9a79a 100644 --- a/CHANGES +++ b/CHANGES @@ -59,6 +59,8 @@ New features added - All references to "documentation" in the templates have been removed, so that it is now easier to use Sphinx for non-documentation documents with the default templates. + - Templates now have an XHTML doctype, to be consistent with docutils' + HTML output. Thanks to Jacob Kaplan-Moss, Talin and Sebastian Wiesner for suggestions.