aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-06-07 18:59:49 -0700
committerChris Robinson <[email protected]>2020-06-07 18:59:49 -0700
commit46eb353b84f9a88b9791fcd1098fc939860624c4 (patch)
treee77ab07b56e65ed3abed4a9d148b7689529b8789 /ChangeLog
parentb7b52ec28b4a1654deb329c8f871db3de0e5c9fa (diff)
Update changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4864e51e..24378a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,7 +43,9 @@ openal-soft-1.21.0:
Oboe sources at build time, so that it's built as a static library included
in libopenal.
- Finally got the mixer to be fully asynchronous with the external API, and
+ Added greater-than-stereo support to the SoundIO backend.
+
+ Modified the mixer to be fully asynchronous with the external API, and
should now be real-time safe. Although alcRenderSamplesSOFT is not due to
locking to check the device handle validity.