summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-02-14 14:47:04 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-02-14 14:47:04 +0900
commitb07f4ccf10e2a7b9ffa5d9a0f166c6fd216c6189 (patch)
tree923512312122af54a13d7e8c42ac1f747d60d876
parentdca1669b2fc38468cda6038dd4f79768936a4036 (diff)
downloadsphinx-git-b07f4ccf10e2a7b9ffa5d9a0f166c6fd216c6189.tar.gz
Update CHANGES for PR#2300
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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
----------