Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrumhurum committed Nov 10, 2024
1 parent ccb066f commit 4c79720
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

Release date: November 10, 2024

- Added preliminary support for .NET 9.0 target framework
- Added support for .NET 8.0 target framework
- Introduced primitives for interval arithmetics represented by `Interval<T>` and `ValueInterval<T>` types provided by `Gapotchenko.FX.Math.Intervals` module
- Added support for .NET 8.0 and .NET 9.0 target frameworks
- Introduced primitives for interval arithmetic represented by `Interval<T>` and `ValueInterval<T>` types provided by `Gapotchenko.FX.Math.Intervals` module
- Introduced `Gapotchenko.FX.Collection.Generic.Deque<T>` primitive representing a linear collection that supports element insertion and removal at both ends with O(1) algorithmic complexity
- Added ability to choose between lowercase or uppercase text output of a case-insensitive data encoding by using `DataEncodingOptions.Lowercase` and `DataEncodingOptions.Uppercase` flags
- Added ability to create streams over contiguous memory regions represented by `System.Memory` and `System.ReadOnlyMemory` objects by using `ToStream` extension method provided by `Gapotchenko.FX.Memory` module
Expand Down

0 comments on commit 4c79720

Please sign in to comment.