From fec002cc00ab91120f90ccf4e1340909ad063043 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Wed, 22 Oct 2025 19:22:19 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33ee00c..2268a235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ If you are upgrading from v0.13.4 and below, this version includes **breaking ch - i18n: Swedish language support (contributed by @purung) ## Changed +- Replaced `sieve.untrusted.limits.max-scripts` and `jmap.push.max-total` with `object-quota.*` settings. +- Cluster node roles now allow sharding. ## Fixed - Push Subscription: Clean-up of expired subscriptions and cluster notification of changes (#1248)