We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b4316 commit 2e20462Copy full SHA for 2e20462
Changelog.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres not (yet) to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.5.1] - 2024-12-14
9
+
10
+### Fixed
11
12
+- incorrect ranges returned by the range-based Split method for versions prior to .Net 9.
13
14
+### Changed
15
16
+- moved MemoryExtensions containing range-based Split method for versions prior to .Net 9 from `System` to `SpanExtensions`.
17
+- grammatical issues in some documentation comments.
18
19
## [1.5] - 2024-11-12
20
21
### Added
0 commit comments