Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-liersch committed Jan 16, 2021
1 parent 55aa559 commit e19318f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.0.0] - 2021-01-16
### Added
- Additional constructor for JsonWriter
- Additional overload for function BeginField of JsonWriter
Expand Down Expand Up @@ -65,7 +65,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- NullReferenceException in SLJsonDeserializer and SLJsonSerializer on missing getter or setter
- NullReferenceException in implicit type conversion on null value

[Unreleased]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/steffen-liersch/Liersch.Json/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/steffen-liersch/Liersch.Json/tree/v1.0.0

0 comments on commit e19318f

Please sign in to comment.