Skip to content

Commit 0ad3750

Browse files
author
Alexander Pann
committed
Update the changelog
1 parent bff5d91 commit 0ad3750

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project are documented in this file.
55
Format of the log is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
The project does _not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
77

8+
## November 2023
9+
10+
### Added
11+
12+
- The `sort` method of collections now supports more types: all primitive types, the option type, all datetime types, the temporal type and the record type
13+
- Records: The sorting order can be added through the intention `Add a Comparison Order`, otherwise, the records are sorted based on the declaration order of the members
14+
- Option: Sorting removes all `none` values since the underlying data structure of collections doesn't support null values.
15+
816
## September 2023
917

1018
### Added

0 commit comments

Comments
 (0)