From 69ea0cd863aed1d4092b970b676924a716ff718b Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Tue, 17 Oct 2023 14:18:36 -0500 Subject: [PATCH] Update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index adf5f69cb..ead194401 100644 --- a/changelog.md +++ b/changelog.md @@ -24,6 +24,7 @@ Also available on the website: https://www.sfml-dev.org/changelog.php#sfml-2.6.1 **Bugfixes** - Ensure OpenGL extensions are loaded before querying maximum texture size (#2603) +- Fixed RenderTexture being upside down on Android (#2730) - Fix warnings in Linux OpenGL ES codepaths (#2747) ### Audio