Update changelog for 2.6.2

This commit is contained in:
Lukas Dürrenberger 2024-11-09 18:47:10 +01:00
parent 15e001608a
commit 39cf24ba36

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased SFML 2.6.2 ## SFML 2.6.2
### General ### General
@ -23,6 +23,8 @@
- [Android] Remove use of deprecated `ALooper_pollAll` (#3181, #3189) - [Android] Remove use of deprecated `ALooper_pollAll` (#3181, #3189)
- [macOS] Fix how macOS fullscreen video modes are detected (#2300, #3151) - [macOS] Fix how macOS fullscreen video modes are detected (#2300, #3151)
- [macOS] Prevent unnecessary macOS input monitoring permission prompts (#2843, #3235) - [macOS] Prevent unnecessary macOS input monitoring permission prompts (#2843, #3235)
- [Linux] Fix DRM mode setting to use SFML window dimensions (#3136)
- [Android] Fix wrong fullscreen resolution (#1349, #1559, #2396)
### Graphics ### Graphics