From 58dab8d80b0674a06829920467cdad8fb102b0cb Mon Sep 17 00:00:00 2001 From: jfbu Date: Sat, 15 Oct 2016 11:56:17 +0200 Subject: [PATCH] Update CHANGES for PR#3030 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index f09d178efc..84f3b1f7bd 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,8 @@ Incompatible changes * Remove themes/basic/defindex.html; no longer used * Sphinx does not ship anymore (but still uses) LaTeX style file ``fncychap`` * #2435: Slim down quickstarted conf.py +* The ``sphinx.sty`` latex package does not load itself "hyperref", as this + is done later in the preamble of the latex output via ``'hyperref'`` key. Features added -------------- @@ -22,6 +24,7 @@ Features added generated sphinx project. * #3028: Add ``{path}`` and ``{basename}`` to the format of ``figure_language_filename`` +* new ``'hyperref'`` key in the ``latex_elements`` dictionary (ref #3030) Bugs fixed ----------