From dbc18f5d20cf63bd66667ee6cbc9fe0041c1d86c Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Fri, 11 Oct 2024 19:16:23 +0000 Subject: [PATCH] Squashed 'doc/' changes from db48f0f6..a8fd3b6a a8fd3b6a Changed Lamda to Lambda, but retained backward compatibility git-subtree-dir: doc git-subtree-split: a8fd3b6a191f62885c8f2e31915410bbff840a2d --- RELEASE.TXT | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RELEASE.TXT b/RELEASE.TXT index 626f9c6e..90c99ad9 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -1,5 +1,25 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ + ----------------- + October 8, 2024 + ----------------- + PHREEQC: Improved algorithem for transport of heat in TRANSPORT, and included + additional viscosity effects in transport calculations. + + ----------------- + October 8, 2024 + ----------------- + PHREEQC: Corrected spelling errors thoughout PHREEQC as supplied by Mike Toews. + Modified "lamda" to "lambda" internally as suggested by Toews, but "lamda" and + "lambda" are both acceptable in Ptzer database files for backward compatibility. + + ----------------- + October 8, 2024 + ----------------- + PHREEQC: Fixed bug in MIX that produced erroneous temperature and pressure + if the solutions being mixed did not have 1 kg of water. + +Version 3.8.2: August 29, 2024 ----------------- August 27, 2024 -----------------