From 857422eb67d2c92ae2d3b12e7bc31039dada4165 Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Thu, 9 Oct 2014 21:53:09 +0900 Subject: [PATCH] update CHANGES for pull request #303, pull request #307. --- AUTHORS | 1 + CHANGES | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 85fbbe74a..382b8c3f2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,6 +26,7 @@ Other contributors, listed alphabetically, are: * Horst Gutmann -- internationalization support * Martin Hans -- autodoc improvements * Doug Hellmann -- graphviz improvements +* Takeshi Komiya -- numref feature * Dave Kuhlman -- original LaTeX writer * Blaise Laflamme -- pyramid theme * Thomas Lamb -- linkcheck builder diff --git a/CHANGES b/CHANGES index 02c23d853..72cf4e9de 100644 --- a/CHANGES +++ b/CHANGES @@ -26,6 +26,7 @@ Incompatible changes it will improve the calculation time. * gettext builder: disable extracting/apply 'index' node by default. Please set 'index' to :confval:`gettext_enables` to enable extracting index entries. +* PR#307: Add frame to code-block in LaTeX. Thanks to Takeshi Komiya. Features added -------------- @@ -50,8 +51,10 @@ Features added directive is now supported. * PR#214: Added stemming support for 14 languages, so that the built-in document search can now handle these. Thanks to Shibukawa Yoshiki. -* PR#296: numfig feature: Assign numbers to figures, tables and code-blocks. - Thanks to Takeshi Komiya. +* PR#296, PR#303, #76: numfig feature: Assign numbers to figures, tables and + code-blocks. This feature is configured with `numfig`, `numfig_secnum_depth` + and `numfig_prefix`. Also `numref` role is available. Thanks to Takeshi + Komiya. * PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields for Python. * PR#184: Add `autodoc_mock_imports`, allowing to mock imports of