From dae6c8f9dc936af4ae23cb2e299095013279c681 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Thu, 26 Sep 2024 17:30:37 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495ed7b..24a5f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - Added method: __bool Bofa.Deserialize(T, Dictionary)__ - _Previously users had to wrap .bofa files in a top level object if they wanted to have it mapped via IBofaParseable_ - _Now this method wraps it for them, so that no top level objects are required if the file represents a whole object_ + - Added method: __ToStringContents__ + - _Used to enable roundtripping with Bofa.Deserialize_ - Version 1.0.0 - Initial Version