summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2013-06-21 03:28:32 +0000
committershimizukawa <shimizukawa@gmail.com>2013-06-21 03:28:32 +0000
commit2a5619b21e130d74710c717340ca52ffc516e793 (patch)
tree5bc330c0fa98ae7f5993d917d0f5efd1e9def431 /CHANGES
parent3747fbde09a0f078f2f77f53f51c7a458a087549 (diff)
downloadsphinx-2a5619b21e130d74710c717340ca52ffc516e793.tar.gz
Fix i18n: footnote reference number missing for auto numbered named footnote and auto symbol footnote. Closes #1176
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 5dfef7d1..99d46768 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,10 +32,12 @@ Bugs fixed
characters to "Project name" on quickstart.
* #1190: Output TeX/texinfo/man filename has no basename (only extention)
when using multibyte characters to "Project name" on quickstart.
-* #1090: Fix multiple cross references (term, ref, doc) in the same line
- return the same link with i18n.
-* #1193: Fix multiple link references in the same line return the same
- link with i18n.
+* #1090: Fix i18n: multiple cross references (term, ref, doc) in the same line
+ return the same link.
+* #1193: Fix i18n: multiple link references in the same line return the same
+ link.
+* #1176: Fix i18n: footnote reference number missing for auto numbered named
+ footnote and auto symbol footnote.
Release 1.2 (beta1 released Mar 31, 2013)