From 52e3649e27ce1a0ccb56e1816cbe7241b6730a52 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Tue, 15 Dec 2020 20:10:40 -0800 Subject: [PATCH] Address comments on change log. See https://github.com/jensengroup/propka/commit/d87afb3df55d97080756c3739af1f856d2b5a94d#commitcomment-45090556 --- docs/source/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 1ea49bc..e813ac4 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -8,7 +8,7 @@ v3.4.0 Changes ------- -* Removed PROPKA input support. +* Removed PROPKA input support and argument ``--generate-propka-input`` (`#99 `_) * Add Python 3.9 support to continuous integration. @@ -40,7 +40,7 @@ Fixes * Fixed bug and sped up algorithm for identifying bonds via bounding boxes. (`#97 `_, `#110 `_) -* Fixed bug in ```propka --display-coupled-residues`` that crashed the program. +* Fixed bug in ``propka --display-coupled-residues`` that crashed the program. (`#105 `_)