some changelog entries

This commit is contained in:
Georg Brandl
2015-07-24 16:34:11 +02:00
parent c7bee16c8a
commit 1b8afbb343

View File

@@ -26,7 +26,10 @@ Bugs fixed
* #1822, #1892: Fix regression for #1061. autosummary can't generate doc for imported
members since sphinx-1.3b3. Thanks to Eric Larson.
* #1793, #1819: "see also" misses a linebreak in text output. Thanks to Takayuki Hirai.
* #1780, #1866: "make text" shows "class" keyword twice. Thanks to Takayuki Hirai.
* #1780, #1866: "make text" shows "class" keyword twice. Thanks to Takayuki
Hirai.
* #1871: Fix for LaTeX output of tables with one column and multirows.
* Work around the lack of the HTMLParserError exception in Python 3.5.
Release 1.3.1 (released Mar 17, 2015)