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 ----------------