diff --git a/phreeqc3-doc/RELEASE.TXT b/phreeqc3-doc/RELEASE.TXT index b53c2128..63ccddc2 100644 --- a/phreeqc3-doc/RELEASE.TXT +++ b/phreeqc3-doc/RELEASE.TXT @@ -1,9 +1,25 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ + + ------------- + June 14, 2021 + ------------- + PhreeqcRM: Added capability to save the chemical state of the module in memory to + allow resetting at a later point in the calculation. The capability would be useful + for implementing an SIA (sequential iterative approach) for iterating the transport + rate terms between the transport code and the chemistry in PhreeqcRM. Three new + methods have been added to save, apply, and delete a chemical state. + + status = phreeqcrm.StateSave(i); + ... + status = phreeqcrm.StateApply(i); + status = phreeqcrm.StateDelete(i); + -------------- May 28, 2021 -------------- - Fixed SELECTED_OUTPUT feature where Fe(+3) (and others) were not identified - as legitimate redox states. Absence of "+" worked as expected. + PHREEQC: Fixed SELECTED_OUTPUT feature where Fe(+3) (and others) were not identified + as legitimate redox states. Absence of "+" worked as expected. Same fix + for Basic functions TOT and TOTMOL. -------------- April 10, 2021