From 492f60c37185dccee1e42c01fb5d87ed42f45608 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 17 Jan 2016 19:19:29 +0900 Subject: [PATCH] Update CHANGES for PR #2207 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index fe1b9ba10..8aa32fac4 100644 --- a/CHANGES +++ b/CHANGES @@ -39,6 +39,7 @@ Features added * #2214: Add sphinx.ext.githubpages to publish the docs on GitHub Pages * #1030: Make page reference names for latex_show_pagerefs translatable * #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension +* #2207: Add sphinx.parsers.Parser class; a base class for new parsers Bugs fixed ----------