mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 16:40:27 +00:00
Prepare for 1.19.2 release. Update CHANGELOG.md
This commit is contained in:
parent
f9891a5c04
commit
1c937ad960
@ -1,8 +1,9 @@
|
|||||||
# 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 - ???
|
## 1.19.2 - 2021-12-06
|
||||||
- Update hash function.
|
- Fix bug with missing status lines in some stack traces.
|
||||||
|
- Update hash function to have better statistical properties.
|
||||||
|
|
||||||
## 1.19.1 - 2021-12-04
|
## 1.19.1 - 2021-12-04
|
||||||
- Add an optional `prefix` parameter to `debug/stacktrace` to allow printing prettier error messages.
|
- Add an optional `prefix` parameter to `debug/stacktrace` to allow printing prettier error messages.
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#define JANET_VERSION_MAJOR 1
|
#define JANET_VERSION_MAJOR 1
|
||||||
#define JANET_VERSION_MINOR 19
|
#define JANET_VERSION_MINOR 19
|
||||||
#define JANET_VERSION_PATCH 2
|
#define JANET_VERSION_PATCH 2
|
||||||
#define JANET_VERSION_EXTRA "-dev"
|
#define JANET_VERSION_EXTRA ""
|
||||||
#define JANET_VERSION "1.19.2-dev"
|
#define JANET_VERSION "1.19.2"
|
||||||
|
|
||||||
/* #define JANET_BUILD "local" */
|
/* #define JANET_BUILD "local" */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user