From a08a9bf6098c8341abac30e9abbe6cc435c8d572 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 12 Jul 2024 13:38:03 -0400 Subject: [PATCH] Fix up changelog --- ChangeLog.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c7aea372..2541b83c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -10,7 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Workaround for flang quad precision support. Note that flang also requires use of `-DSKIP_ROBUST` for now. +### Added +- LLVMFlang compiler support ## [4.10.0] - 2024-07-10 @@ -21,10 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove `macos-11` from GitHub Actions, add `macos-12` and `gfortran-14` to Ubuntu 24.04 - Updated fArgParse to v1.8.0 -### Added - -- LLVMFlang compiler support - ### Fixed - Fixes some ctest failures