File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased changes] - 2026-MM-DD
4- ### Breaking changes
5-
3+ ## [ 4.3.1] - 2026-02-28
64### Added
75- new ` TAIL_CALL_SELF ` instruction to take care of tail calls in functions: jumps to address 0 in the current page, and reset the scope
86
97### Changed
10-
11- ### Removed
8+ - error outputs are on stderr instead of stdout
129
1310## [ 4.3.0] - 2026-02-26
1411### Breaking change
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(ark CXX)
55# ArkScript version (have to manually update it)
66set (ARK_VERSION_MAJOR 4)
77set (ARK_VERSION_MINOR 3)
8- set (ARK_VERSION_PATCH 0 )
8+ set (ARK_VERSION_PATCH 1 )
99
1010# determine whether this is a standalone project or included by other projects
1111if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME )
You can’t perform that action at this time.
0 commit comments