1 parent 8a12797 commit 682200bCopy full SHA for 682200b
1 file changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
4
## Unreleased
5
6
+## 1.9.2 (2026-08-16)
7
+
8
### Performance
9
10
- Benchmarks on Apple M1 improved as follows (median of eight runs): parsing is
@@ -22,6 +24,14 @@
22
24
23
25
- Preserve `os.IsNotExist` compatibility when a template read fails and the
26
template-store root closes successfully.
27
+- The `date` filter now pads timezone fields to Ruby's minimum widths, so
28
+ `%1z` renders `-0500` rather than `-500`. This comes from upgrading
29
+ `github.com/osteele/tuesday` to v1.1.1.
30
31
+### Changed
32
33
+- Upgraded `github.com/osteele/tuesday` to v1.1.1, which drops all external
34
+ module dependencies.
35
36
## 1.9.1 (2026-08-12)
37
0 commit comments