Update ReleaseNotes2_3.md

This commit is contained in:
Sam Hatchett
2023-09-13 14:30:57 -04:00
parent 8b28307ecd
commit 0754d08721

View File

@@ -46,3 +46,5 @@ This document describes the changes and updates that have been made in version 2
- `EN_EMITTERFLOW` can now be used with `EN_getnodevalue` to retrieve a node's emitter flow rate.
- `EN_STATUS_REPORT` can now be used with `EN_getoption` and `EN_setoption` to get or set the type of status report that EPANET will generate (`EN_NO_REPORT`, `EN_NORMAL_REPORT` or `EN_FULL_REPORT`).
- A possible parser error that could result in a Trace Node ID in an input file not being recognized was fixed.
- Additional API functions for enabling/disabling controls and rules were added.