Update changelog an fix typos.

This commit is contained in:
Calvin Rose 2019-01-31 10:09:34 -05:00
parent f4fa55027b
commit cb3b9dd76f
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
# Changelog
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
- Add amalgamated build to janet for easier embedding.
- Add os/date function

View File

@ -1518,7 +1518,7 @@ value, one key will be ignored."
(error (res :error))))
(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
module/*syspath*, :name: becomes the last part of the module
name after the last /, and :all: is the module name literally.