summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-07 18:48:20 +0200
committerGitHub <[email protected]>2022-06-07 18:48:20 +0200
commita53411013ab685860a8a71a4fd3adea7a3773090 (patch)
tree2262667caf8c215e9c06ab48d4b7d43e5ad15feb /CHANGELOG
parentdca23cb3ff7c5a6871a586401cc982f52d70d085 (diff)
downloadraylib-a53411013ab685860a8a71a4fd3adea7a3773090.tar.gz
raylib-a53411013ab685860a8a71a4fd3adea7a3773090.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b32acb4a..448c470d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ Detailed changes:
[core] ADDED: raylibVersion symbol, it could be required by some bindings (#2190)
[core] ADDED: SetWindowOpacity() (#2254) by @tusharsingh09
[core] ADDED: GetRenderWidth() and GetRenderHeight() by @ArnaudValensi
+[core] ADDED: EnableEventWaiting() and DisableEventWaiting()
[core] ADDED: GetFileLength()
[core] ADDED: Modules info at initialization
[core] ADDED: Support clipboard copy/paste on web