From 8f19423432cb5b0ad940f0a4b307e53a0cd22640 Mon Sep 17 00:00:00 2001
From: Bart Jaskulski <bjaskulski@protonmail.com>
Date: Wed, 27 Nov 2024 15:51:06 +0100
Subject: [PATCH] chore: add changelog entries

Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
---
 CHANGELOG.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ca14c5..ec2dcdb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # wp-init changelog
 
+## [0.10.4] - 2024-11-27
+### Fixed
+- When container cannot be compiled to disk, it will be used without cache.
+### Changed
+- Serious changes in `StoppableBinder` logic. It can only stop hookable classes from now, leaving the execution of callable shortcut bindings.
+- Improvements in dev environment detection – container is not compiled, when WordPress environment type is different from `production`.
+- Reverted: Move i18n filter to `init` hook for WordPress 6.7 compatibility.
+
 ## [0.10.3] - 2024-11-13
 ### Changed
 - Move i18n filter to `init` hook for WordPress 6.7 compatibility.
-- 
GitLab