Releases: Akuli/jou
Releases · Akuli/jou
2025-02-19-0400
This release contains the following changes:
2025-02-14-0400
This release contains the following changes:
2025-02-13-0400
This release contains the following changes:
2025-02-12-0400
This release contains the following changes:
2025-02-08-0400
2025-02-06-0400
This release contains the following changes:
- Fix a memory leak in uvg_analyze.jou (#734)
- Do not mention non-PR commits in release descriptions (#732)
- Run valgrind on a couple files in each pull request (#735)
- Tweak error message for using
@public
with the main() function (#738) - Support True and False in compile-time if statements (#736)
- Show warning if nested loops use the same variable (#739)
- Allow non-ASCII variable names (#741)
- Temporarily allow
@public
in all places where it will be added (#744) - Handle
-> noreturn
functions properly (#745) - Make enums private if not decorated with
@public
(#747) - Add memcmp() function to stdlib/mem.jou (#748)
2025-02-05-0400
2025-02-04-0400
This release contains the following changes:
2025-01-30-0400
Introduce Undefined Value Graphs (UVGs) (#717)
2025-01-29-0400
Rename strcspn parameter (#716)