Added EOL_NOTAB$ and NO_NEWLINE$, updated release notes

This commit is contained in:
David Parkhurst 2020-11-24 14:09:28 -07:00
parent 4357f6fa69
commit e7326214b2

View File

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