From e0ce77db1b2230d03c3a84f8f3ca8bd0aeab9753 Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Sun, 3 Aug 2014 17:45:21 +0900 Subject: [PATCH] * update CHANGES for pull request #260 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 8eca4d0f1..ebfaf434a 100644 --- a/CHANGES +++ b/CHANGES @@ -158,6 +158,8 @@ Bugs fixed Thanks to Matthias Troffaes. * #1251: When specifying toctree :numbered: option and :tocdepth: metadata, sub section number that is larger depth than `:tocdepth:` is shrinked. +* PR#260: Encode underscore in citation labels for latex export. Thanks to + Lennart Fricke. Documentation -------------