From 10347c6a2b5c157f6855e6c14bb97ccc2e84a25f Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Fri, 27 Sep 2024 11:11:56 -0700 Subject: [PATCH] Link to GitHub issue --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index b77c54f..730e532 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -7,7 +7,7 @@ excluded from the ``pdbx_poly_seq_scheme`` table. - The ``make_mmcif`` utility script will now automatically add any missing :class:`ihm.model.NotModeledResidueRange` objects for - not-modeled residue ranges. + not-modeled residue ranges (#150). - Bugfix: the residue range checks introduced in version 1.5 broke the API used by python-modelcif. They have been reimplemented using the original API.