aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-07-13 12:43:35 -0500
committerCalvin Rose <calsrose@gmail.com>2024-07-13 12:43:35 -0500
commitf5555d21b97085182f80f9539e6abeab16e3bc7d (patch)
tree7874e18544670859e77e8965a4fde4a7c4901de8 /CHANGELOG.md
parentFix formatting. (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2398c402..da9aa190 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## 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.