From 9aca44d7043da629e3c108773bce005178cd52fb Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sun, 17 Nov 2024 15:24:02 -0700 Subject: [PATCH] Catch changelog up to the current state of trunk branch --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 89f73a0ad..0a281f53b 100644 --- a/changelog.md +++ b/changelog.md @@ -89,6 +89,7 @@ For a closer look at breaking changes and how to migrate from SFML 2, check out - [Windows] Changed `sf::Context::getFunction` to return `nullptr` when called on Windows without an active context (#2925) - [Linux] Fixed broken joystick axis mappings under Linux (#3167) - [macOS] Fixed how macOS fullscreen video modes are detected (#3151) +- [macOS] Avoided unnecessary permission request prompts (#3232) ### Graphics @@ -117,6 +118,7 @@ For a closer look at breaking changes and how to migrate from SFML 2, check out - Fixed shader loading check for empty streams (#2869) - Added sanity checks for OpenGL extensions to make sure the required entry points are actually available (#3052) - Fixed cache state not correctly being ignored when switching between `sf::RenderTarget`s within a single context (#3114) +- Correctly drained OpenGL errors in [E]GLCheck (#3247) ### Audio