diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-02-14 14:47:04 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-02-14 14:47:04 +0900 |
| commit | b07f4ccf10e2a7b9ffa5d9a0f166c6fd216c6189 (patch) | |
| tree | 923512312122af54a13d7e8c42ac1f747d60d876 | |
| parent | dca1669b2fc38468cda6038dd4f79768936a4036 (diff) | |
| download | sphinx-git-b07f4ccf10e2a7b9ffa5d9a0f166c6fd216c6189.tar.gz | |
Update CHANGES for PR#2300
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ---------- |
