From b8bcf393ecf91f9376b9cb58b3de64034490d31c Mon Sep 17 00:00:00 2001 From: acpaquette Date: Thu, 16 Nov 2023 11:35:59 -0700 Subject: [PATCH] Added changelog entry for PCK selection fix (#5337) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b402c29529..69aca1ab47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ release. - Report better information regarding the behavior of findfeatures, FASTGEOM algorithms, and creation of the output network. [#4772](https://github.com/DOI-USGS/ISIS3/issues/4772) - Modified tgocassisstitch to optionally allow either a outputprefix or an outputsuffix, both, or neither for naming convention purposes. [#5162](https://github.com/DOI-USGS/ISIS3/pull/5162) +- Changed the default PCK load behavior to try and load mission specific PCKs, if that fails we default to the base PCKs [#5335](https://github.com/DOI-USGS/ISIS3/pull/5335) ### Added - Added rclone to run dependencies in meta.yaml [#5183](https://github.com/DOI-USGS/ISIS3/issues/5183) -- GitLab