aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Camilleri <mike@inqk.net>2024-09-05 08:29:45 +0900
committerMichael Camilleri <mike@inqk.net>2024-09-05 08:29:45 +0900
commit0e9b866b98839d959a6db548fd67938b57b0e845 (patch)
treed4dde4e3b12bc07f79013b650d2a5c679025223f /CHANGELOG.md
parentMerge pull request #1492 from sogaiu/tweak-changelog (diff)
Move unreleased change out of v1.35.2 section
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 67a61229..221f27d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,9 +13,9 @@ All notable changes to this project will be documented in this file.
- 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.
+- Let range take non-integer values.
## 1.35.2 - 2024-06-16
-- Let range take non-integer values.
- Fix some documentation typos.
- Allow using `:only` in import without quoting.