From 7b7bfa30341ed29a7440309802ac2551f9809779 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Wed, 13 Dec 2023 11:36:48 -0500 Subject: [PATCH] PR #334 post-merge update: Edit CHANGELOG.md CHANGELOG.md - Added note about the update to avoid a semicolon when passing additional flags to CMake Signed-off-by: Bob Yantosca --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5afade42..a57e2f583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ This file documents all notable changes to the GCHP wrapper repository starting 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). +## [Unreleased] - TBD +### Fixed +- Avoid semicolon in `CMAKE_ Fortran_FLAGS` variable when additional flags are passed to `cmake` + ## [14.2.3] - 2023-12-01 ### Added - Script `.release/changeVersionNumbers.sh` to change version numbers before a new GCHP release