From f6e47a709ec21c6094d03e306f454ef4b1ad1d9f Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 15 Jun 2022 13:00:51 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fa063469c1..bd39acbbb3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update CI to work with latest GEOSadas `develop` (Uses a special branch of GEOSadas) - Fix bundleio tests - HistoryGridComp now checks if a file exists already before writing and errors out if so +- Minor updates for FORD documentation testing + - Add `program` statements to some test programs + - Remove `pfio/pfio_io_demo.F90` as dead code + - Fix redefinition of `_RETURN` in `pflogger_stub.F90` ### Added