aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-08-10 15:21:43 -0500
committerCalvin Rose <calsrose@gmail.com>2024-08-10 15:21:43 -0500
commite3406cd92251963f4258f74ea6a56b5a0962df98 (patch)
tree4bcf59fc7287386f8b4a901abf1bb1cd1202c41a /CHANGELOG.md
parentAdd array/join and tuple/join (diff)
Update changelog and ensure consistent version strings.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da9aa190..b8797b03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## Unreleased - ???
+- Add `array/join`
+- Add `tuple/join`
+
## 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.