Skip to content

Commit aa25f54

Browse files
committed
update change log
1 parent 8b9ef5f commit aa25f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
- Bump _System.Text.Json_ from 7.0.3 to 8.0.0 (concerns _Aqua.Text.Json_)
16+
- Bump _System.Text.Json_ from 7.0.3 to 8.0.3 (concerns _Aqua.Text.Json_)
1717
- Include type hierarchy in `Implements` type checking
1818

1919
### Deprecated
2020

2121
### Removed
2222

2323
- Binary serialization removed for .NET 8.0 and later ([SYSLIB0050: Formatter-based serialization is obsolete][syslib0050])
24+
- Dependency on _System.Text.Json_ removed for .NET 6.0 and later as provided by target framework [#43][issue#43]
2425

2526
### Fixed
2627

@@ -91,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9192

9293
[issue#36]: https://github.com/6bee/aqua-core/issues/36
9394
[issue#39]: https://github.com/6bee/aqua-core/issues/39
95+
[issue#43]: https://github.com/6bee/aqua-core/issues/43
9496

9597
[json-net]: https://www.newtonsoft.com/json
9698
[nullable-references]: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references

0 commit comments

Comments
 (0)