From 7ae7e2f9689a23a639911a872676e6efff797d64 Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Wed, 3 Apr 2013 19:28:16 +0200 Subject: [PATCH] Add new epub configuration values to CHANGES --- CHANGES | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7c9bbee07..16971e22b 100644 --- a/CHANGES +++ b/CHANGES @@ -96,8 +96,13 @@ Features added - Added the Docutils-native XML and pseudo-XML builders. See :class:`XMLBuilder` and :class:`PseudoXMLBuilder`. - PR#45: The linkcheck builder now checks ``#anchor``\ s for existence. - - PR#123, #1106: Add epub_use_index configuration value. If provided, it will - be used instead of html_use_index for epub builder. + - PR#123, #1106: Add :confval:`epub_use_index` configuration value. If + provided, it will be used instead of :confval:`html_use_index` for epub + builder. + - PR#126: Add :confval:`epub_tocscope` configuration value. The setting + controls the generation of the epub toc. The user can now also include + hidden toc entries. + - PR#112: Add :confval:`epub_show_urls` configuration value. * Extensions: