From 44f6867df7eb8057ba3d4da16e4dd55078d69915 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 7 Feb 2016 20:10:40 +0900 Subject: [PATCH] Update CHANGES for PR #1779 --- AUTHORS | 1 + CHANGES | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 681ff014b..e6d1383a7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -51,6 +51,7 @@ Other contributors, listed alphabetically, are: * Rob Ruana -- napoleon extension * Stefan Seefeld -- toctree improvements * Shibukawa Yoshiki -- pluggable search API and Japanese search +* Taku Shimizu -- epub3 builder * Antonio Valentino -- qthelp builder * Filip Vavera -- napoleon todo directive * Pauli Virtanen -- autodoc improvements, autosummary extension diff --git a/CHANGES b/CHANGES index 6e24919eb..ae7cce2d4 100644 --- a/CHANGES +++ b/CHANGES @@ -49,6 +49,7 @@ Features added * #2230: Add ``math_number_all`` option to number all displayed math in math extensions * #2235: ``needs_sphinx`` supports micro version comparison * #2282: Add "language" attribute to html tag in the "basic" theme +* #1779: Add EPUB 3 builder Bugs fixed ----------