summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-07 19:03:44 +0200
committerGitHub <[email protected]>2022-06-07 19:03:44 +0200
commita7459043c60d952c03c808d75cc3e72c8ad8e608 (patch)
treef276cf8af6d2e525a6b0fb62c37849d026d10148 /CHANGELOG
parentb5191a03b23c6103ea870d97cb27cf22581a0832 (diff)
downloadraylib-a7459043c60d952c03c808d75cc3e72c8ad8e608.tar.gz
raylib-a7459043c60d952c03c808d75cc3e72c8ad8e608.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 18db1942..68cbe523 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,7 +37,7 @@ Detailed changes:
[core] REVIEWED: Initialize/reset CORE.inputs global state (#2360)
[core] REVIEWED: MouseScrollCallback() (#2371)
[core] REVIEWED: SwapScreenBuffers() for PLATFORM_DRM
-[core] REVIEWED: WaitTIme(), fix regression causing video stuttering (#2503) by @flashback-fx
+[core] REVIEWED: WaitTime(), fix regression causing video stuttering (#2503) by @flashback-fx
[core] REVIEWED: Mouse device support on PLATFORM_DRM (#2381)
[core] REVIEWED: Support OpenBSD timming functions
[core] REVIEWED: Improved boolean definitions (#2485) by @noodlecollie