From 57081a90be012dabc237a5311bdba5213f2adc65 Mon Sep 17 00:00:00 2001 From: Mike Clift Date: Sat, 23 Dec 2023 21:40:50 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b47ccc4..5050bf62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## TODO: vNext - date ### Changed + - Updated net6.0 build target to net8.0 [#551] - New abstract method, `GetInitialTransition`, added to `GraphStyleBase` to remove DOT graph implementation from `StateGraph` [#557] - Classes that are derived from `GraphStyleBase` and are being migrated from an earlier release of Stateless will need to implement this method. ### Added