From 4f17ad150aabdacc667f75f6a24df7806299a615 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 18 May 2017 15:03:54 -0700 Subject: [PATCH] Changelog closes #66 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index fc21abf..4e64ab7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`66` (via :issue:`67`) Deal with some Sphinx 1.6.1 brokenness causing + ``AttributeError`` by leveraging ``getattr()``'s default-value argument. + Thanks to Ian Cordasco for catch & patch. * :release:`1.3.0 <2016-12-09>` * :feature:`-` Add ``releases.util``, exposing (among other things) a highly useful ``parse_changelog(path)`` function that returns a user-facing dict