From 88dbaae3bec18c6fd2d2154b1feeefb28086a09a Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 21 Oct 2020 23:32:24 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 654be846e..9cacc0a0c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,7 +19,7 @@ Detailed changes: [core] ADDED: GetWindowScaleDPI() [core] ADDED: GetMonitorRefreshRate() (#1289) by @Shylie [core] ADDED: IsCursorOnScreen() (#1262) by @ChrisDill -[core] ADDED: SetMouseCursor() and GetMouseCursor() for standard Desktop mouse cursors (#1407) by @chances +[core] ADDED: SetMouseCursor() and GetMouseCursor() for standard Desktop cursors (#1407) by @chances [core] REMOVED: struct RenderTexture2D: depthTexture variable [core] RENAMED: GetExtension() to GetFileExtension() [core] REVIEWED: Several structs to reduce size and padding @@ -28,7 +28,7 @@ Detailed changes: [core] REVIEWED: InitWindow(), support empty title for window (#1323) [core] REVIEWED: RPI: Mouse movements are bound to the screen resolution (#1392) (#1410) by @kernelkinetic [core] REVIEWED: GetPrevDirectoryPath() fixes on Unix-like systems (#1246) by @ivan-cx -[core] REDESIGNED: GetMouseWheelMove(): Return float movement for precise scrolling where possible (#1397) by @Doy-lee +[core] REDESIGNED: GetMouseWheelMove() to return float movement for precise scrolling (#1397) by @Doy-lee [core] UWP rework with improvements (#1231) by @Rover656 [core] Gamepad axis bug fixes and improvement (#1228) by @mmalecot [core] Updated joystick mappings with latest version of gamecontrollerdb (#1381) by @coderoth @@ -143,7 +143,7 @@ Detailed changes: [build] Updated Makefile for web (#1332) by @rfaile313 [build] Updated build pipelines to use latest emscripten and android ndk [build] Updated emscriptem build script to generate .a on WebAssembly -[build] Fixed Android build for Linux, supporting ANDROID_NDK to be modified at compile time by @branlix3000 +[build] Updated Android build for Linux, supporting ANDROID_NDK at compile time by @branlix3000 [build] Updated VSCode project template tasks [build] Updated VS2017.UWP project template by @Rover656 [build] Updated Android build pipeline