Skip to content

Commit 1b9663b

Browse files
committed
Prepare to release
1 parent 326ff48 commit 1b9663b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.9.3 — 2026-05-25
6+
7+
### Added
8+
9+
- **`:layout` for `render-file-cached`.** Mirrors `HAML.render(:file, :layout)`.
10+
Both the inner template and the layout are compiled, cached on disk, and
11+
memoized in-process independently; editing either file invalidates only that
12+
file's entry. The layout sees the inner render through `= yield` and
13+
`yield(:name<...>)` / `content-for`.
14+
515
## v0.9.2 — 2026-05-25
616

717
### Changed

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Template::HAML",
33
"description": "HAML template engine",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"api": "1",
66
"perl": "6.d",
77
"authors": ["Greg Donald"],

0 commit comments

Comments
 (0)