aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsogaiu <983021772@users.noreply.github.com>2024-09-04 17:47:10 +0900
committersogaiu <983021772@users.noreply.github.com>2024-09-04 17:47:10 +0900
commit86cf8127b6c5e1209bf746cae6f784a9b3738e01 (patch)
tree4efc151f255d57317e49c833514c2dbd99d7c669 /CHANGELOG.md
parentDon't check for docstrings when explicitly disabled. (diff)
Move bundle/add-bin changelog line to unreleased
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 216da1ad..67a61229 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,9 +12,9 @@ All notable changes to this project will be documented in this file.
- Add `tuple/join`
- Fix marshalling weak tables and weak arrays.
- Expose C functions for constructing weak tables in janet.h
+- Add `bundle/add-bin` to make installing scripts easier. This also establishes a packaging convention for it.
## 1.35.2 - 2024-06-16
-- Add `bundle/add-bin` to make installing scripts easier. This also establishes a packaging convention for it.
- Let range take non-integer values.
- Fix some documentation typos.
- Allow using `:only` in import without quoting.