diff --git a/CHANGELOG.md b/CHANGELOG.md index f506d51..847068c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [Tomlet Changelog](#tomlet-changelog) - [Contents](#contents) + - [5.4.0](#540) - [5.3.1](#531) - [5.3.0](#530) - [5.2.0](#520) @@ -43,6 +44,10 @@ - [1.0.1](#101) - [1.0.0](#100) +## 5.4.0 + +- Adds an option to ignore non-public members when de/serializing. Thanks to [@Sprixitite](https://github.com/Sprixitite) in [#43](https://github.com/SamboyCoding/Tomlet/pull/43) + ## 5.3.1 - Fixes an issue introduced by [#33](https://github.com/SamboyCoding/Tomlet/pull/33) which caused some keys (e.g. in table array names) to be erroneously quoted when they shouldn't have been, resulting in breaking round-trip functionality. Reported as [#40](https://github.com/SamboyCoding/Tomlet/issues/40) diff --git a/Tomlet/Tomlet.csproj b/Tomlet/Tomlet.csproj index b90bd07..2cbd7d2 100644 --- a/Tomlet/Tomlet.csproj +++ b/Tomlet/Tomlet.csproj @@ -23,7 +23,7 @@ https://github.com/SamboyCoding/Tomlet.git net6;net7;netstandard2.0;netframework3.5 Tomlet - 5.3.1 + 5.4.0 true