mirror of
https://github.com/janet-lang/janet
synced 2025-05-28 20:24:13 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
70ffe3b6bd
commit
bcb45157a8
@ -2,6 +2,9 @@
|
|||||||
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
|
## Unreleased
|
||||||
|
- Added `slice` to the core library.
|
||||||
|
- The `*/slice` family of functions now can take nil as start or end to get
|
||||||
|
the same behavior as the defaults (0 and -1) for those parameters.
|
||||||
- `string/` functions that take a pattern to search for will throw an error
|
- `string/` functions that take a pattern to search for will throw an error
|
||||||
when receiving the empty string.
|
when receiving the empty string.
|
||||||
- Replace (start:end) style stacktrace source position information with
|
- Replace (start:end) style stacktrace source position information with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user