From 7abedb199b722d34b2172346d67838f8a7e6799a Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Sat, 1 Nov 2025 12:42:13 +0100 Subject: [PATCH] Document known issue with 'Replace in Files...' function (#1199) Added a known issue regarding the broken 'Replace in Files...' function and linked to the related GitHub issue. --- collections/_article/dev-snapshot-godot-4-6-dev-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/_article/dev-snapshot-godot-4-6-dev-2.md b/collections/_article/dev-snapshot-godot-4-6-dev-2.md index d082ba9d2a..2fecc4a9ce 100644 --- a/collections/_article/dev-snapshot-godot-4-6-dev-2.md +++ b/collections/_article/dev-snapshot-godot-4-6-dev-2.md @@ -115,7 +115,7 @@ This release is built from commit [`7864ac801`](https://github.com/godotengine/g ## Known issues -There are currently no known issues introduced by this release. +- **The "Replace in Files..." function is currently broken, and will clear the contents of all files with matches when used.** This issue will be fixed in the next snapshot via [GH-112033](https://github.com/godotengine/godot/pull/112033). With every release we accept that there are going to be various issues, which have already been reported but haven't been fixed yet. See the GitHub issue tracker for a complete list of [known bugs](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Abug).