Skip to content

Commit 2e20462

Browse files
authored
Update Changelog.md
1 parent 40b4316 commit 2e20462

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres not (yet) to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
819
## [1.5] - 2024-11-12
920

1021
### Added

0 commit comments

Comments
 (0)