Skip to content

Commit

Permalink
Set date for changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Jun 5, 2024
1 parent 8f43f20 commit 106476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to `Serde` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 1.2.0 - DATE
## 1.2.0 - 2024-06-04

This release includes a small *breaking change*. The deformatter methods all now have nullable returns. This is necessary to allow for deserializing values that are legitimately and permissibly null. If you do not have any custom Importers, you should not be impacted. If you do have a custom Importer, you *may* need to adjust your logic to account for the return value from the deformatter being null.

Expand Down

0 comments on commit 106476d

Please sign in to comment.