From bce8992f60d04f418e6834aa3203403b7ef6fa3a Mon Sep 17 00:00:00 2001 From: Lizzie Lundgren Date: Thu, 27 Jun 2024 12:14:35 -0400 Subject: [PATCH] Updated changelog Signed-off-by: Lizzie Lundgren --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a07713..cfd1354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ This file documents all notable changes to the Cloud-J repository since the init The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.7.2] - TBD + +### Added +- Added integer status flag RC to most subroutines and pass it back up to parent model +- Added subroutine CLOUDJ_ERROR to print error message and set integer status flag RC + +### Removed +- Removed subroutine EXITC and replaced it with CLOUDJ_ERROR + ## [7.7.1] - 2024-04-02 ### Changed - Changed arguments of Init_Cldj to include root thread logical and LUT data directory