summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-07 18:50:31 +0200
committerGitHub <[email protected]>2022-06-07 18:50:31 +0200
commitb5191a03b23c6103ea870d97cb27cf22581a0832 (patch)
treea5b94bbcc94a36c3394b6380bbf0f6a3eed86561 /CHANGELOG
parenta53411013ab685860a8a71a4fd3adea7a3773090 (diff)
downloadraylib-b5191a03b23c6103ea870d97cb27cf22581a0832.tar.gz
raylib-b5191a03b23c6103ea870d97cb27cf22581a0832.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 448c470d..18db1942 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -96,7 +96,7 @@ Detailed changes:
[models] REVIEWED: DrawMesh*() issue (#2211)
[models] REVIEWED: ExportMesh() (#2220)
[models] REVIEWED: GenMeshCylinder() (#2225)
-[audio] ADDED: Panning support (#2205) by ptarabbia
+[audio] ADDED: SetSoundPan(), SetMusicPan(), SetAudioStreamPan(), panning support (#2205) by ptarabbia
[audio] ADDED: Audio stream input callback (#2212) by ptarabbia
[audio] ADDED: Audio stream processors support (#2212) by ptarabbia
[audio] REVIEWED: GetMusicTimePlayed(), incorrect value after the stream restarted for XM audio (#2092 #2215) by @ptarabbia