From 803d8ba0d78369cbcd9b53fec559c4bc17c586c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Tue, 20 Jul 2021 20:24:23 +0200 Subject: [PATCH] Added missing line in RELEASE_NOTES.md --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2bba6f4897..2e65959a6b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,5 @@ ### 3.3.2 + * Added ability to include architecture dependent dlls (x86 vs x64) on windows by placing the files in `x86` and `x64` folders respectively (@leezer3) * Fix: Mouse position no longer resets when scrolling in Wayland (@jascrain) * Fix: `QuaternionD` euler angle constructor now produces the same result as the equivalent constructor in `Quaternion` (@leezer3) * Fix: Changed to using `dlopen`/`dlsym` on MacOS as `NSLookupSymbolInImage` is deprecated and no longer works on MacOS Monterey (@BleuBleu)