Skip to content

Commit 88d7aec

Browse files
committed
Update CHANGELOG for 1.2.3 to document hook changes
1 parent a31d67a commit 88d7aec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
- version: 1.2.3
22
date: 2025-07-29
3+
added:
4+
- |-
5+
Add :register after-hook to detect container key registration dynamically. (via #274, @alassek)
36
fixed:
47
- |-
58
Re-register components from manifest registrars in apps that reload the container (e.g. when
69
using dry-rails and Rails development mode) (via #286, @alassek)
10+
changed:
11+
- |-
12+
:finalize after-hook now executes before container freeze to allow mutation. (via #274, @alassek)
713
- version: 1.2.2
814
date: 2025-01-31
915
fixed:

0 commit comments

Comments
 (0)