Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.11 KB

Changelog

Unreleased - 2021-11-21

Changed

  • Dropped support of netcoreapp2.1 in favor of netcoreapp3.1.

Removed

  • Dropped support of netstandard1.3 target platform.

0.4.1 - 2020-12-31

Added

  • Rist: AsSpan() method.
  • Rist: MoveToArray() overload providing the actual number of elements.

0.4.0 - 2020-12-30

Added

  • Support of netcoreapp2.1 and netcoreapp3.1 target platform.
  • Nullable annotation and warning contexts.

Changed

Removed

  • Support of netcoreapp2.0 target platform.

Older versions