Skip to content

Commit 26190db

Browse files
authored
Update Changelog.md
1 parent 84d141c commit 26190db

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Changelog.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres not (yet) to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [1.4] - 2024-9-3
10+
11+
### Added
12+
13+
- `(Readonly-)Span<T>.Count()`
14+
- `(Readonly-)Span<T>.Count(Predicate<T> predicate)`
15+
16+
### Changed
17+
18+
- `Split` to throw an `ArgumentException` instead of an `InvalidCountExceedingBehaviourException`
19+
20+
### Removed
21+
22+
- `InvalidCountExceedingBehaviourException`
23+
24+
### Fixed
25+
26+
- various issues with `Split` (https://github.com/draconware-dev/SpanExtensions.Net/pull/11)
727

828
## [1.3] - 2024-3-19
929

0 commit comments

Comments
 (0)