diff --git a/ReleaseNotes2_3.md b/ReleaseNotes2_3.md index 86afb52f..67680a8a 100644 --- a/ReleaseNotes2_3.md +++ b/ReleaseNotes2_3.md @@ -52,3 +52,4 @@ This document describes the changes and updates that have been made in version 2 - Setting the demand multiplier within the `[DEMANDS]` section of INP has been depreciated, please use `DEMAND MULTIPLIER` inside `[OPTIONS]` instead. - `EN_PRESS_UNITS` can now be used with `EN_getoption` and `EN_setoption` to get or set the pressure unit used in EPANET. - Continuous barrier functions were added to constrain emitter flows to allowable values. +- The `EN_openx` function has been added to enable the opening of input files with formatting errors through the API. This allows users to continue using toolkit functions even when such errors are present.