From 720c9706de22d7f0a892c9eb662b80a5da141392 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 6 Mar 2016 15:05:48 +0900 Subject: [PATCH] Update CHANGES for PR#2297 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 5d76392f5..217f1f3c0 100644 --- a/CHANGES +++ b/CHANGES @@ -40,6 +40,8 @@ Bugs fixed * #2364: Fix KeyError 'rootSymbol' on Sphinx upgrade from older version. * #2348: Move amsmath and amssymb to before fontpkg on LaTeX writer. * #2368: Ignore emacs lock files like ``.#foo.rst`` by default. +* #2262: literal_block and its caption has been separated by pagebreak in LaTeX output. +* #2319: Fix table counter is overrided by code-block's in LaTeX. Thanks to jfbu. Documentation -------------