mirror of
https://github.com/janet-lang/janet
synced 2025-02-23 03:30:02 +00:00
Merge branch 'master' into compile-opt
This commit is contained in:
commit
c3a4fb6735
@ -1,6 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## ??? - Unreleased
|
||||||
|
- Add `os/sigaction`
|
||||||
|
- Change `every?` and `any?` to behave like the functional versions of the `and` and `or` macros.
|
||||||
|
- Fix bug with garbage collecting threaded abstract types.
|
||||||
|
- Add `:signal` to the `sandbox` function to allow intercepting signals.
|
||||||
|
|
||||||
## 1.30.0 - 2023-08-05
|
## 1.30.0 - 2023-08-05
|
||||||
- Change indexing of `array/remove` to start from -1 at the end instead of -2.
|
- Change indexing of `array/remove` to start from -1 at the end instead of -2.
|
||||||
- Add new string escape sequences `\\a`, `\\b`, `\\?`, and `\\'`.
|
- Add new string escape sequences `\\a`, `\\b`, `\\?`, and `\\'`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user