mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
6123c41f13
commit
f9e9c70b6c
@ -2,6 +2,8 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
- Fix `and` and `or` macros returning nil instead of false in some cases.
|
||||
- Allow matching successfully against nil values in the `match` macro.
|
||||
- Improve `janet_formatc` and `janet_panicf` formatters to be more like `string/format`.
|
||||
This makes it easier to make nice error messages from C.
|
||||
- Add `signal`
|
||||
|
Loading…
Reference in New Issue
Block a user