From a35be4cc665d4bbf6bd593da908cdb0cfe40ce37 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 21 Mar 2018 14:37:13 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 34d5a5bd8..b7f7b3506 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,8 @@ Dependencies Incompatible changes -------------------- -* apidoc: As a consequence of a bug fix (#4520#) and cleaning up the code, folders with an empty __init__.py are no longer excluded from TOC. +* #4520: apidoc: folders with an empty __init__.py are no longer excluded from + TOC Deprecated ---------- @@ -35,7 +36,7 @@ Bugs fixed * #4754: sphinx/pycode/__init__.py raises AttributeError * #1435: qthelp builder should htmlescape keywords * epub: Fix docTitle elements of toc.ncx is not escaped -* #4520#: apidoc: Subpackage not in toc (introduced in 1.6.6) now fixed. +* #4520: apidoc: Subpackage not in toc (introduced in 1.6.6) now fixed Testing -------- @@ -43,9 +44,6 @@ Testing Release 1.7.1 (released Feb 23, 2018) ===================================== -Dependencies ------------- - Deprecated ----------