Skip to content

Commit c819c09

Browse files
authored
Update Changelog.md
1 parent bddab43 commit c819c09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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] - 2024-11-12
9+
10+
### Added
11+
12+
- implementations of the newly introduced Span.Split methods from .Net 9 for any version prior to .Net 9 to maintain backwards-compatibility across .Net versions.
13+
14+
### Changed
15+
16+
- Split extension methods to refer to new split implementations compatible to the ones in .Net 9 and made .Net 9 split methods the default from that version onwards. The original split methods are still accessible as static methods.
17+
- original Split methods are no longer available without passing span as a parameter.
818

919
## [1.4.2] - 2024-10-29
1020

0 commit comments

Comments
 (0)