From e7ba8c364d0a67f5e7ff711474ae242f4a772433 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 28 Oct 2012 18:35:01 +0100 Subject: [PATCH] Changelog entry for PR#25 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 193713226..33d9000fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ Release 1.2 (in development) ============================ +* PR#25: In inheritance diagrams, the first line of the class docstring + is now the tooltip for the class. + * PR#47: Added :mod:`sphinx.ext.linkcode` extension. * PR#75: Added ``--follow-links`` option to sphinx-apidoc.