Update CHANGELOG.md
This commit is contained in:
parent
4d7c342dbd
commit
dae6c8f9dc
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
- Added method: __bool Bofa.Deserialize<T>(T, Dictionary<StringView, Bofa>)__
|
- 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_
|
- _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_
|
- _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
|
- Version 1.0.0
|
||||||
- Initial Version
|
- Initial Version
|
||||||
|
|
Loading…
Add table
Reference in a new issue