What's Changed
- Disallow calling static methods with the dot operator (#168) by @iryuken in #169
- Added detach/cancel and equality check for std/thread. Added test_thread.zc unit test by @lamweilun in #166
- Added missing brackets for enum match expression by @sudokit in #156
- Russian language support to README by @arsmotorin in #172
- feat:Brazilian Portuguese README translation by @PedroCortx in #171
- fix ZenSymbol initialization by @vitalyster in #173
- codegen: Emit 'main()' return type as C_INT by @thekovic in #189
- Arena pattern support by @sureshkrishnan-ai in #134
- feat(types): Support non-portable types long long + unsigned long long by @Burnett01 in #192
- Fix std library imports when using ZC_ROOT by @mhcerri in #205
- Remove '_lmaginary' ('L' + 'maginary') from C reserved-keywords list by @inobelar in #204
- Added
const char*to _z_str macro by @davidscholberg in #197 - Add 'make clean' command to installation instructions by @mindplay-dk in #200
- cmake support by @Salvakiya in #187
- Fix for #214 by @vremyavnikuda in #217
New Contributors
- @sudokit made their first contribution in #156
- @arsmotorin made their first contribution in #172
- @PedroCortx made their first contribution in #171
- @mhcerri made their first contribution in #205
- @inobelar made their first contribution in #204
- @mindplay-dk made their first contribution in #200
- @Salvakiya made their first contribution in #187
- @vremyavnikuda made their first contribution in #217
Full Changelog: v0.4.0...v0.4.1