From 1993fa17ef33453db706cad438e81f0dd3054b2b Mon Sep 17 00:00:00 2001
From: Rob Hanna - NOAA <90854818+RobHanna-NOAA@users.noreply.github.com>
Date: Thu, 1 Aug 2024 14:53:19 -0600
Subject: [PATCH] Update CHANGELOG.md
---
docs/CHANGELOG.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 56cddd9f..af30e733 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -9,10 +9,14 @@ Prior to this fix, fim_post_processing.sh took just under 4 hours to reset permi
Also, use this opportunity to added a new note to hash_compare.py and fix an annoying duration time showing milliseconds.
### Changes
-- `fim_post_processing.sh`: permissions reset fix
-- `src\src_adjust_ras2fim_rating.py`: minor duration display msg change.
+- `fim_pipeline.sh`: fix duration msgs.
+- `fim_post_processing.sh`: permissions reset fix, a bit of output cleanup and fix duration msgs.
+- `src`
+ - `bash_functions.env`: update the Calc duration to allow for a msg prefix to be added to the duration calcs. Also adjusted the duration message to show hours as well, previously only min and seconds.
+ - `run_by_branch.sh`: fix duration msgs.
+ - `run_unit_wb.sh`: fix duration msgs.
+ - `src\src_adjust_ras2fim_rating.py`: minor duration display msg change.
- `tools\hash_compare.py`: Added note
-