From 1c76a0c7d6891929fd83e4f3f23ef936524bad9d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 1 Mar 2014 08:28:27 +0100 Subject: [PATCH] changelog updates --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 2f4da53a1..2a2e8b052 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ Incompatible changes -------------------- * Dropped support for Python 2.5 and 3.1. +* Dropped support for docutils versions up to 0.9. * Removed the ``sphinx.ext.oldcmarkup`` extension. * The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``unused_docs`` have been removed. @@ -29,6 +30,8 @@ New features can have a ``filename`` option that shows a filename before the code in the output. * Prompt for the document language in sphinx-quickstart. +* PR#217: Added config values to suppress UUID and location information in + generated gettext catalogs. Bugs fixed ----------