Merge branch '2327_toplevel_sectioning'

This commit is contained in:
Takeshi KOMIYA
2016-03-03 20:41:17 +09:00
6 changed files with 85 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ Release 1.4 alpha2 (in development)
Incompatible changes
--------------------
* #2327: `latex_use_parts` is deprecated now. Use `latex_toplevel_sectioning` instead.
Features added
--------------
@@ -20,6 +21,7 @@ Features added
* #2355: Define ``\termref`` macro to redefine the style of ``term`` roles.
* Add :confval:`suppress_warnings` to suppress arbitrary warning message (experimental)
* #2229: Fix no warning is given for unknown options
* #2327: Add `latex_toplevel_sectioning` to switch the top level sectioning of LaTeX document.
Bugs fixed
----------