From 6c2bf2f48af45c019411464885b002e4158ab8c3 Mon Sep 17 00:00:00 2001 From: lbutler Date: Tue, 9 Jan 2024 14:22:34 -0500 Subject: [PATCH] Add en_openx to release notes --- ReleaseNotes2_3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes2_3.md b/ReleaseNotes2_3.md index 86afb52..67680a8 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.