Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 646 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 646 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2024-04-26

Changed

  • The Microsoft and Newtonsoft JSON serializers will no longer redact the sensitive data types by default. This feature provided minimal benefit and complicated configuration.

Added

  • Support for .Net 8.

Fixed

  • The PII and Secret types now implement IComparable so that they can be sorted.

[1.0.0] - 2021-05-27

  • Initial release