From 9d47a7f0cc5dddde685734b2645394d9e434617a Mon Sep 17 00:00:00 2001 From: Takayuki Shimizukawa Date: Mon, 23 Sep 2013 22:58:37 +0900 Subject: [PATCH] update CHANGES for removing 'sphinx' prefix from latex document class name --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 44a246bf5..ee71a9165 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ Features added Incompatible changes -------------------- +* PR#154: Remove "sphinx" prefix from LaTeX class name except 'sphinxmanual' + and 'sphinxhowto'. Now you can use your custom document class without + 'sphinx' prefix. Thanks to Erik B. + Bugs fixed ----------