mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Update changelog an fix typos.
This commit is contained in:
parent
f4fa55027b
commit
cb3b9dd76f
@ -1,6 +1,14 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
## 0.4.0 - ??
|
||||||
|
- Add debug/stacktrace for easy, pretty stacktraces
|
||||||
|
- Remove the status-pp function
|
||||||
|
- Update API to run-context to be much more sane
|
||||||
|
- Add :lflags option to cook/make-native
|
||||||
|
- Disallow NaNs as table or struct keys
|
||||||
|
- Update module resolution paths and format
|
||||||
|
|
||||||
## 0.3.0 - 2019-26-01
|
## 0.3.0 - 2019-26-01
|
||||||
- Add amalgamated build to janet for easier embedding.
|
- Add amalgamated build to janet for easier embedding.
|
||||||
- Add os/date function
|
- Add os/date function
|
||||||
|
@ -1518,7 +1518,7 @@ value, one key will be ignored."
|
|||||||
(error (res :error))))
|
(error (res :error))))
|
||||||
|
|
||||||
(def module/paths
|
(def module/paths
|
||||||
"The list of paths to look for modules. The followig
|
"The list of paths to look for modules. The following
|
||||||
substitutions are preformed on each path. :sys: becomes
|
substitutions are preformed on each path. :sys: becomes
|
||||||
module/*syspath*, :name: becomes the last part of the module
|
module/*syspath*, :name: becomes the last part of the module
|
||||||
name after the last /, and :all: is the module name literally.
|
name after the last /, and :all: is the module name literally.
|
||||||
|
Loading…
Reference in New Issue
Block a user