From 7e2decd0cddfa443fe034a7982669e0bfd9f7501 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 21 Sep 2021 18:12:07 +0200 Subject: [PATCH] Update changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index d41857d5..e140eac1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -26,6 +26,7 @@ FIX: Fix missing return value in gfxQueueFSyncPush(). FIX: Fix missing return value in gfxQueueFSyncInsert(). FEATURE: Adding support for FreeBSD. FIX: Fix incorrect calls to mmap() and sem_open() in SDL2 driver (lax operating systems such as Linux & MacOS were silently tolerating these). +FIX: Minor code improvements *** Release 2.9 ***