From a843bf403b6efda87445e2f88dd9ed5ab113811c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Sep 2011 09:46:46 +0200 Subject: [PATCH] Update changelog with latest bugfixes. --- CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES b/CHANGES index 6a013d758..c7b1d45e4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,26 @@ Release 1.0.8 (in development) ============================== +* #637: Ignore Emacs lock files when looking for source files. + +* #544: Allow .pyw extension for importable modules in autodoc. + +* #700: Use ``$(MAKE)`` in quickstart-generated Makefiles. + +* #734: Make sidebar search box width consistent in browsers. + +* #644: Fix spacing of centered figures in HTML output. + +* #767: Safely encode SphinxError messages when printing them to + sys.stderr. + +* #611: Fix LaTeX output error with a document with no sections but + a link target. + +* Correctly treat built-in method descriptors as methods in autodoc. + +* #706: Stop monkeypatching the Python textwrap module. + * #657: viewcode now works correctly with source files that have non-ASCII encoding.