From 73c57be9afc3bb33ccfa685af6d0b69cf0886d74 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 26 Jun 2026 15:55:46 +0200 Subject: [PATCH] CHANGELOG.md: mention 4.7.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed946033..898b9afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.7.0 + +* Make client smarter about Spring server state: wait a little longer for the live booting server, or restart when the old server is gone. + ## 4.6.0 * Add `Spring.dangerously_allow_disabling_reloading` opt-in to skip the `:ensure_reloading_is_enabled` initializer check, so projects that want to run with `config.cache_classes = true` / `config.enable_reloading = false` can.