aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-06-19 19:52:41 -0400
committerCalvin Rose <calsrose@gmail.com>2019-06-19 19:52:41 -0400
commit3b51501847f300df920fb3ec21c47d9782cbb43b (patch)
tree11cffecb543d91f13f3ae34d652e95d5e981704f
parentAdd options to not include docstrings in binary. (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9a7eb2a..6e8a4855 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## Unreleased
+- Add `JANET_NO_DOCSTRINGS` and `JANET_NO_SOURCEMAPS` defines in janetconf.h
+ for shrinking binary size.
+ This seems to save about 50kB in most builds, so it's not usually worth it.
- Update module system to allow relative imports. The `:cur:` pattern
in `module/expand-path` will expand to the directory part of the current file, or
whatever the value of `(dyn :current-file)` is. The `:dir:` pattern gets