From 1e66d33c7b8b656c0fc46ea3292e8e943fa9e30f Mon Sep 17 00:00:00 2001 From: Jonathan Waltman Date: Mon, 3 Dec 2012 01:36:34 -0600 Subject: [PATCH] Add changelog entry for devguide --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3ab30858c..ef2be0838 100644 --- a/CHANGES +++ b/CHANGES @@ -54,6 +54,9 @@ Release 1.2 (in development) * #1041: Fix cpp domain parser fails to parse a const type with a modifier. +* PR#88: Added the "Sphinx Developer's Guide" (:file:`doc/devguide.rst`) + which outlines the basic development process of the Sphinx project. + Release 1.1.3 (Mar 10, 2012) ============================