From 6da636721883fc3a5162057e7de9efa23661f8f3 Mon Sep 17 00:00:00 2001 From: Mike Clift Date: Sat, 23 Dec 2023 21:35:19 +0000 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee89471e..2b47ccc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## TODO: vNext - date +### Changed + - 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 + - Added license information and README file to NuGet package [#539, #553] + ## 5.14.0 - 2023.11.14 ### Added - Enable Source Link & Deterministic Builds [#501]