From 2ed8c36b98955f79675251c306fd0b59b8aed61c Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Thu, 11 Jul 2024 19:24:13 +0000 Subject: [PATCH] Squashed 'doc/' changes from e87a48a2..162c3a25 162c3a25 Added to Release.txt about dump issue. git-subtree-dir: doc git-subtree-split: 162c3a25ad948a0f262b15e6b0a7a1eff374e4f3 --- RELEASE.TXT | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.TXT b/RELEASE.TXT index f62a92727..5e6f1b5ae 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -1,4 +1,11 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ + ----------------- + July 11, 2024 + ----------------- + PHREEQC: Fixed a bug in the DUMP routines. Under some circumstances + erroneous output was dumped for a user number. In most cases, the + correct output was dumped following the erroneous output, which + caused the erroneous output to be ignored. ----------------- May 18, 2024