From 39b7dd73d5613715e8c6c21da3276c4ec34bd742 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:24:58 -0500 Subject: [PATCH] Update CHANGELOG.md for next release --- CHANGELOG.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29116ef..2c9e84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,21 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed + +### Deprecated + +## [2.0.4] - 2023-11-17 + +### Added + - Add CI step to make PR to MAPL3 on push to `main` ### Changed -- Add command_line options. More items like label, altbcs are added to remap_params.tpl -- Updates paths to the legacy bcs data by pointing to the new "bcs_shared" directory in the GMAO project space. +- Add/update command_line options: more items such as label and altbcs were added to `remap_params.tpl` +- Updated paths to the legacy bcs data by pointing to the new "bcs_shared" directory in the GMAO project space. - Support for new boundary conditions package output layout -### Fixed - ### Removed -- Use of haswell nodes on NCCS machines - -### Deprecated +- Use of haswell nodes on NCCS machines for `cube_BCs.pl` ## [2.0.3] - 2023-08-24