Update CHANGELOG

This commit is contained in:
Ray 2023-03-15 17:51:03 +01:00 committed by GitHub
parent 1aacefd6fa
commit b31c836456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ Detailed changes:
[core] REVIEWED: GetWindowHandle() to return Linux window (#2938) [core] REVIEWED: GetWindowHandle() to return Linux window (#2938)
[core] REVIEWED: WindowDropCallback(), additional security check (#2943) [core] REVIEWED: WindowDropCallback(), additional security check (#2943)
[core] REVIEWED: Security checks for emscripten_run_script() (#2954) [core] REVIEWED: Security checks for emscripten_run_script() (#2954)
[utils] REVIEWED: TraceLog() message size limit overflow
[rcamera] REDESIGNED: New implementation from scratch (#2563) by @Crydsch [rcamera] REDESIGNED: New implementation from scratch (#2563) by @Crydsch
[rcamera] REVIEWED: Make orbital camera work as expected (#2926) by @JeffM2501 [rcamera] REVIEWED: Make orbital camera work as expected (#2926) by @JeffM2501
[rcamera] REVIEWED: Multiple reviews on the new implementation [rcamera] REVIEWED: Multiple reviews on the new implementation
@ -177,7 +178,8 @@ Detailed changes:
[bindings] ADDED: TurboRaylib (Object Pascal) by @turborium [bindings] ADDED: TurboRaylib (Object Pascal) by @turborium
[bindings] ADDED: Kaylib (Kotlin/Native) by @Its-Kenta [bindings] ADDED: Kaylib (Kotlin/Native) by @Its-Kenta
[bindings] ADDED: Raylib-Nelua (Nelua) by @Its-Kenta [bindings] ADDED: Raylib-Nelua (Nelua) by @Its-Kenta
[bindings] ADDED: Cyber binding by @fubark [bindings] ADDED: Cyber (Cyber) by @fubark
[bindings] ADDED: raylib-sunder (Sunder) by @ashn-dot-dev
[misc] REVIEWED: Update external libraries to latest versions [misc] REVIEWED: Update external libraries to latest versions
------------------------------------------------------------------------- -------------------------------------------------------------------------