From 043fd5dc868455c2861f189d4eaa3a78177e2f97 Mon Sep 17 00:00:00 2001 From: Nick Featherstone Date: Wed, 19 Jun 2024 18:30:27 -0600 Subject: [PATCH] Added PR 530 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b37cc26..9baf38cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Before an existing checkpoint file is overwritten, its file size is first set to zero. This fixes a bug that caused Rayleigh to generate checkpoint files that were too large in some instances due to resolution changes \[Nick Featherstone; 6-18-2024; [#528](https://github.com/geodynamics/Rayleigh/pull/528) \] +- The docker container build script now accounts for the new requirement that container names are all lower case. \[Rene Gassmoeller; 6-19-2024; [#530](https://github.com/geodynamics/Rayleigh/pull/530)\] + - The standard c++ libraries are no longer linked when compiling Rayleigh; \[Brandon Lazard; 6-19-2024; [#532](https://github.com/geodynamics/Rayleigh/pull/532)\]