Skip to content

Commit

Permalink
Update Changelog for null fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed May 11, 2024
1 parent f3c429b commit 244d4ad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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

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.

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Explicit null values in incoming data should now deserialize to null-valued properties, assuming the types permit.

### Removed
- Nothing

### Security
- Nothing

## 1.1.0 - 2024-01-20

The main change in this release is better support for flattening value objects. See the additional section in the README for more details.
Expand Down

0 comments on commit 244d4ad

Please sign in to comment.