From dee1c413978861c852d49505120a20710cdce5e2 Mon Sep 17 00:00:00 2001 From: Nick Featherstone Date: Thu, 20 Jun 2024 09:53:51 -0600 Subject: [PATCH] Added PR 533. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88ea1b0..a35f53e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - A docker image for Stampede2 (TACC) has been added to the repository. \[Rene Gassmoeller; 6-20-2024; [#402](https://github.com/geodynamics/Rayleigh/pull/402)\] +- The streamfunction equations solved by Rayleigh have been added to the documentation. \[Tami Rogers; 6-20-2024; [#533](https://github.com/geodynamics/Rayleigh/pull/533)\] + ### Changed - The logic in the configure script that determines the library-link flags for compilation on different systems has been simplified. \[Rene Gassmoeller; 6-19-2024; [#534](https://github.com/geodynamics/Rayleigh/pull/534)\]