summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-12 20:48:49 +0100
committerGitHub <[email protected]>2023-03-12 20:48:49 +0100
commit11e9a0d41c88cd9d5022a7da50d930458922fc5b (patch)
tree12f766c2af0c6f707a7f0e82cce67faeb8059f4c
parent4f38830058ab65a86bc23e30efeb1f5730acbd56 (diff)
downloadraylib-11e9a0d41c88cd9d5022a7da50d930458922fc5b.tar.gz
raylib-11e9a0d41c88cd9d5022a7da50d930458922fc5b.zip
Update CHANGELOG
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 76fd13ce..d7207d70 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -50,9 +50,11 @@ Detailed changes:
[core] REVIEWED: GetMonitorWidth() and GetMonitorHeight() (#2934)
[core] REVIEWED: GetWindowHandle() to return Linux window (#2938)
[core] REVIEWED: WindowDropCallback(), additional security check (#2943)
+[core] REVIEWED: Security checks for emscripten_run_script() (#2954)
[rcamera] REDESIGNED: New implementation from scratch (#2563) by @Crydsch
[rcamera] REVIEWED: Make orbital camera work as expected (#2926) by @JeffM2501
[rcamera] REVIEWED: Multiple reviews on the new implementation
+[rcamera] ADDED: UpdateCameraPro(), supporting custom user inputs
[rlgl] ADDED: OpenGL ES 2.0 support on PLATFORM_DESKTOP (#2840) by @wtnbgo
[rlgl] ADDED: Separate blending modes for color and alpha, BLEND_CUSTOM_SEPARATE (#2741)
[rlgl] ADDED: rlSetBlendFactorsSeparate and custom blend mode modification checks (#2741) by @pure01fx