Add word wrapping to the changelog

This commit is contained in:
Chris Robinson 2015-09-05 00:07:05 -07:00
parent 703f1fdec2
commit d6290482cc

View File

@ -8,21 +8,26 @@ openal-soft-1.17.0:
Implemented SSE2 and SSE4.1 cubic resamplers.
Implemented B-Format output support for the wave file writer. This creates FuMa-style first-order Ambisonics wave files (AMB format).
Implemented B-Format output support for the wave file writer. This creates
FuMa-style first-order Ambisonics wave files (AMB format).
Implemented capture support for the MMDevAPI backend.
Implemented a stereo-mode config option for treating stereo modes as either speakers or headphones.
Implemented a stereo-mode config option for treating stereo modes as either
speakers or headphones.
Implemented per-device configuration options.
Fixed handling of PulseAudio and MMDevAPI devices that have identical descriptions.
Fixed handling of PulseAudio and MMDevAPI devices that have identical
descriptions.
Fixed stopping playback of suspended PulseAudio devices.
Fixed logging of Unicode characters on Windows.
Fixed 5.1 surround sound channels. By default it will now use the side channels for the surround output. A configuration using rear channels is still available.
Fixed 5.1 surround sound channels. By default it will now use the side
channels for the surround output. A configuration using rear channels is
still available.
Fixed the QSA backend potentially altering the capture format.
@ -30,9 +35,11 @@ openal-soft-1.17.0:
Fixed returning the default capture device name.
Altered the behavior of alcSuspendContext and alcProcessContext to better match certain Windows drivers.
Altered the behavior of alcSuspendContext and alcProcessContext to better
match certain Windows drivers.
Altered the panning algorithm for better side and back positioning cues with surround sound output.
Altered the panning algorithm for better side and back positioning cues
with surround sound output.
Improved support for certain older Windows apps.