summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-09 21:53:09 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-09 21:53:09 +0900
commitd85167a99b5ef2e2b9e98e287b8097580b3c8b1d (patch)
tree90fa0685c0e78447cc2868ea6ec7cf56f45985ca /CHANGES
parentf138496710bc56751681bfaf1f07000a90636d02 (diff)
downloadsphinx-d85167a99b5ef2e2b9e98e287b8097580b3c8b1d.tar.gz
update CHANGES for pull request #303, pull request #307.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 02c23d85..72cf4e9d 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