Skip to content

Commit

Permalink
fix: version in readme
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for nested if and foreach
* EndIf now closes only the last opened branching
* Error inside a If branch correctly propagate, only failing assertion in the if condition are captured and add to the stack
* Multiple Foreach now does not run anymore in parallel (zip), but as nested foreach
  • Loading branch information
matteo-cristino committed Jan 7, 2025
1 parent 79a8b55 commit 44ec288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Zencode helps developers to **empower people** who know what to do with data: on
- 2019 - Stable release series `v1` (now EOL)
- 2022 - Stable release series [v2](https://github.com/dyne/Zenroom/tree/v2) until LTS `v2.22.1`
- 2023 - Stable release series [v3](https://github.com/dyne/Zenroom/tree/v3) until LTS `v3.23.4`
- 2024 - Current stable `v4` (latest HEAD)
- 2024 - Stable release series [v4](https://github.com/dyne/Zenroom/tree/v4) until LTS `v4.47.0`
- 2025 - Current stable `v5` (latest HEAD)

### [Read the full Changelog for more infos](https://github.com/dyne/Zenroom/blob/master/ChangeLog.md)

Expand Down

0 comments on commit 44ec288

Please sign in to comment.