From 08a547e07768e296cfb5f8d2d778c8e017ba5399 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 8 Dec 2025 11:03:42 -0500
Subject: [PATCH] WhatsNew.txt: Removed reference to removed property.
Fixes #14623.
---
WhatsNew.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 1d85f156f5e1e..42eaa2406d7a5 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -87,7 +87,6 @@ Linux:
Emscripten:
* Added SDL_WINDOW_FILL_DOCUMENT flag for SDL_Windows to take up the whole browser window.
* Added SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_CANVAS_ID_STRING to allow setting the SDL canvas ID, and SDL_PROP_WINDOW_EMSCRIPTEN_CANVAS_ID_STRING to query it on existing windows
-* Added SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_FILL_DOCUMENT_BOOLEAN to indicate that the window should fill the document, and SDL_PROP_WINDOW_EMSCRIPTEN_FILL_DOCUMENT_BOOLEAN to query it on existing windows
* Added SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_KEYBOARD_ELEMENT_STRING to specify where keyboard input is bound, and SDL_PROP_WINDOW_EMSCRIPTEN_KEYBOARD_ELEMENT_STRING to query it on existing windows
iOS: