Skip to content

Commit dda229f

Browse files
author
Alexander Pann
committed
Update the changelog
1 parent 69dbfdb commit dda229f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@ All notable changes to this project are documented in this file.
44

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.
7-
## October 2023
7+
8+
## December 2023
89

910
### Fixed
1011

11-
- Generation of nested short lambda expression now use the correct type for "it" as a variable.
12+
- The `index` expression in collections operations now works correctly in nested expressions in the interpreter and generator.
13+
14+
### Added
15+
16+
- The `all` and `any` operation of collections now also support the `index` expression. The concepts `AllWithIndexOp` and `AnyWithIndexOp` are therefore deprecated.
1217

1318
## November 2023
1419

1520
### Fixed
1621

1722
- String validation: A bug in the number detection logic was fixed
1823

24+
## October 2023
25+
26+
### Fixed
27+
28+
- Generation of nested short lambda expression now use the correct type for "it" as a variable.
29+
1930
## September 2023
2031

2132
### Added

0 commit comments

Comments
 (0)