Update CHANGELOG.md

This commit is contained in:
Booklordofthedings 2024-09-26 17:30:37 +02:00
parent 4d7c342dbd
commit dae6c8f9dc

View file

@ -13,6 +13,8 @@
- Added method: __bool Bofa.Deserialize<T>(T, Dictionary<StringView, Bofa>)__
- _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