Fix CHANGES

This commit is contained in:
Takeshi KOMIYA 2016-07-02 10:29:26 +09:00
parent e6b545c2f2
commit 2ebeff6776

View File

@ -38,6 +38,9 @@ Bugs fixed
* #2733: since Sphinx-1.4.4 ``make latexpdf`` generates lots of hyperref warnings
* #2731: `sphinx.ext.autodoc` does not access propertymethods which raises any
exceptions
* #2666: C++, properly look up nested names involving constructors.
* #2579: Could not refer a label including both spaces and colons via
`sphinx.ext.intersphinx`
Release 1.4.4 (released Jun 12, 2016)
@ -63,9 +66,6 @@ Bugs fixed
* #2639: Sphinx now bundles iftex.sty
* Failed to build PDF with framed.sty 0.95
* Sphinx now bundles needspace.sty
* #2666: C++, properly look up nested names involving constructors.
* #2579: Could not refer a label including both spaces and colons via
`sphinx.ext.intersphinx`
Release 1.4.3 (released Jun 5, 2016)