From 965c6f305cc04b52fbf1f77aacc41948100120f0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 1 Oct 2018 11:00:39 -0400 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ac214a3c..a7e11c5a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,12 +3,31 @@ Changelog ********* +v0.4.2 +====== + +:Date: Oct 1, 2018 + +New Features +------------- + +Fixes +----- + +* Set base font size on (#668) +* Fix HTML search not working with Sphinx-1.8 (#672) + +Other Changes +-------------- + +* Upload signed packages to PyPI with twine (#651) +* Do not inforce period at the end of copyright statement (666) + v0.4.1 ====== :Date: July 27, 2018 - New Features ------------- @@ -17,13 +36,11 @@ Fixes * Line height adjustments for Liberation Mono (#656) - Other Changes -------------- * Add Sphinx as a dependency - v0.4.0 ======