From 2b346c542761d8c2915f4df69b3a61b2214d93a6 Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Thu, 8 Jun 2023 10:21:35 -0400 Subject: [PATCH] Update ReleaseNotes2_3.md --- ReleaseNotes2_3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes2_3.md b/ReleaseNotes2_3.md index dfe27d5..2d90393 100644 --- a/ReleaseNotes2_3.md +++ b/ReleaseNotes2_3.md @@ -42,3 +42,4 @@ This document describes the changes and updates that have been made in version 2 - A simple control with more than 9 input tokens would set the incorrect hour, this has been fixed. - When reading an EPANET inp file, errors in node and link vertex coordinates are ignored. - Non-zero demands are now not included in `[DEMANDS]` when running `EN_saveinpfile`. + - `EN_SET_CLOSED` and `EN_SET_OPEN` constants were added that can be used with `EN_setcontrol` to fix the status of pipes and valves to completely closed or completely open.