From f49cb5f19e77d4f6e6e56dae700dacc86b71a147 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Tue, 2 Apr 2024 09:57:18 -0600 Subject: [PATCH] MAINT: Updated changelog --- docs/sphinx/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sphinx/changelog.rst b/docs/sphinx/changelog.rst index 97da9c5..7ba001a 100644 --- a/docs/sphinx/changelog.rst +++ b/docs/sphinx/changelog.rst @@ -9,6 +9,10 @@ Changelog 0.5.4 (unreleased) ****************** +Internal Changes +================ +- Changed the way errors are handled to the new error_tools approach. Will need to remove errorOut returns to complete task. (:pull:`4`). By `Nathan Miller`_. + ****************** 0.5.3 (2023-10-05) ******************