From e7326214b2c573346cf01b1189cc4ab673b2018f Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Tue, 24 Nov 2020 14:09:28 -0700 Subject: [PATCH] Added EOL_NOTAB$ and NO_NEWLINE$, updated release notes --- RELEASE.TXT | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE.TXT b/RELEASE.TXT index 2eb55825..0a017cf2 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -34,6 +34,16 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ An error message will result if, for example, EQUILIBRIUM_PHASES is modified to remove the phase that EXCHANGE is related to. + ---------------- + July 22, 2020 + ---------------- + PhreeqcRM: Added new method PhreeqcRM::SetErrorOn(bool tf). This method controls + whether error messages are written or not. A value of true will print error + messages; false will eliminate error messages. Print control (PhreeqcRM's + PHRQ_io::Set_error_on) is set for the PhreeqcRM instance and for each of the + IPhreeqc workers (each worker's PHRQ_io::Set_error_on). Messages include + PHREEQC "ERROR" messages, and any messages written with PhreeqcRM::ErrorMessage. + ---------------- June 7, 2020 ----------------