Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 693 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 693 Bytes

Migrantoid 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]

Added

  • Support for recipes (ticket #3).

Removed

  • Support for ISerializable since it is not really supported anymore by .NET Standard.

Changed

  • Surrogates are no longer used for Dictionary/HashSet serialization. This should result in a speed-up of their deserialization in certain cases (IMO the most frequently used ones) (ticket #6).

[1.0.1] - 2021-01-02

Fixed

  • Regex serialization (ticket #2).