From f0062f54f00a0a91bce92557da54035955c26ff0 Mon Sep 17 00:00:00 2001 From: Caleb Date: Wed, 9 Aug 2023 16:56:41 -0400 Subject: [PATCH] Added note to update history --- src/solver/hotstart.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/solver/hotstart.c b/src/solver/hotstart.c index d247d818b..5eeed590c 100644 --- a/src/solver/hotstart.c +++ b/src/solver/hotstart.c @@ -35,6 +35,8 @@ // - Link control setting bug when reading a hot start file fixed. // Build 5.1.015: // - Support added for multiple infiltration methods within a project. +// Build 5.2.5: +// - Fixed bug in fwrite count argument when writing of pollutant build-up. //----------------------------------------------------------------------------- #define _CRT_SECURE_NO_DEPRECATE