Update CHANGELOG

This commit is contained in:
Ray
2020-11-25 00:14:51 +01:00
committed by GitHub
parent 3d1ae3500c
commit 687dd34c38

View File

@@ -15,12 +15,16 @@ KEY CHANGES:
- [*] ADDED: GitHub Actions CI to support multiple raylib build configurations - [*] ADDED: GitHub Actions CI to support multiple raylib build configurations
Detailed changes: Detailed changes:
[core] Redesigned how window states are managed
[core] ADDED: SetWindowState() / ClearWindowState() -> New flags added!
[core] ADDED: IsWindowFocused() [core] ADDED: IsWindowFocused()
[core] ADDED: GetWindowScaleDPI() [core] ADDED: GetWindowScaleDPI()
[core] ADDED: GetMonitorRefreshRate() (#1289) by @Shylie [core] ADDED: GetMonitorRefreshRate() (#1289) by @Shylie
[core] ADDED: IsCursorOnScreen() (#1262) by @ChrisDill [core] ADDED: IsCursorOnScreen() (#1262) by @ChrisDill
[core] ADDED: SetMouseCursor() and GetMouseCursor() for standard Desktop cursors (#1407) by @chances [core] ADDED: SetMouseCursor() and GetMouseCursor() for standard Desktop cursors (#1407) by @chances
[core] REMOVED: struct RenderTexture2D: depthTexture variable [core] REMOVED: struct RenderTexture2D: depthTexture variable
[core] REMOVED: HideWindow() / UnhideWindow() -> Use SetWindowState()
[core] REMOVED: DecorateWindow() / UndecorateWindow() -> Use SetWindowState()
[core] RENAMED: GetExtension() to GetFileExtension() [core] RENAMED: GetExtension() to GetFileExtension()
[core] REVIEWED: Several structs to reduce size and padding [core] REVIEWED: Several structs to reduce size and padding
[core] REVIEWED: struct Texture maps to Texture2D and TextureCubemap [core] REVIEWED: struct Texture maps to Texture2D and TextureCubemap