Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Oct 13, 2023
1 parent 7ffc87d commit 91e8d73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

# 0.3.0 (10-14-2023)
## Added

- FFI (https://github.com/buzz-language/buzz/issues/109)
Expand Down Expand Up @@ -35,6 +36,7 @@
- Draft of the testing std lib (https://github.com/buzz-language/buzz/issues/129)
- `File.isTTY`
- `fs.exists`
- Functions annotated with a comment of the form `|| @hot` will always be JIT compiled

## Changed

Expand All @@ -54,6 +56,12 @@
- Runtime error stack trace was wrong
- Local name checking failed in some instances
- Compiler would not force you to give variables an initial value
- Compiler would crash after raising some errors
- Float operation were sometimes wrong
- Catch clause were sometimes not reached in a JIT compiled function
- Stacktraces of errors reported from within a fiber were wrong
- `catch (any error)` was not considered as catching all possible errors by the compiler
- Full GC sweep were never triggered

# 0.2.0 (07-26-2023)

Expand Down

0 comments on commit 91e8d73

Please sign in to comment.