From b07f4ccf10e2a7b9ffa5d9a0f166c6fd216c6189 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 14 Feb 2016 14:47:04 +0900 Subject: [PATCH] Update CHANGES for PR#2300 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c895c7d9d..394d29ac2 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,8 @@ Incompatible changes of ``sphinx.addnodes.literal_emphasis`` node. * #2022: :confval:`html_extra_path` also copies dotfiles in the extra directory, and refers to :confval:`exclude_patterns` to exclude extra files and directories. +* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing + of empty Features added -------------- @@ -56,6 +58,8 @@ Features added * #2199: Use ``imagesize`` package to obtain size of images. * #1099: Add configurable retries to the linkcheck builder. Thanks to Alex Gaynor. Also don't check anchors starting with ``!``. +* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing + of empty Bugs fixed ----------