Fix typos in the changelog

This commit is contained in:
Robbert van der Helm
2020-05-08 11:40:57 +02:00
parent c3911f6d9e
commit af800c7ecb
+6 -6
View File
@@ -10,11 +10,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Added ### Added
- Added support for plugins that send MIDI events back to the host. This plugins - Added support for plugins that send MIDI events back to the host. This allows
such as Cthulhu and Scaler to output notes and CC for another plugin to work plugins such as Cthulhu and Scaler to output notes and CC for another plugin
with. to work with.
- Added support for querying and setting detailed information about speaker - Added support for querying and setting detailed information about speaker
configurations for use in advanced surround setups. This indirectly allowed configurations for use in advanced surround setups. This indirectly allows
yabridge to work under _Renoise_. yabridge to work under _Renoise_.
- Added automated development builds for yabridge, available by clicking on the - Added automated development builds for yabridge, available by clicking on the
'Automated builds' badge in the project readme. 'Automated builds' badge in the project readme.
@@ -24,7 +24,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Changed the plugin detection mechanism to support yet another way of - Changed the plugin detection mechanism to support yet another way of
symlinking plugins. Now you can use a symlink to a copy of `libyabridge.so` symlinking plugins. Now you can use a symlink to a copy of `libyabridge.so`
that's installed for a plugin in another directory. This is not recommended that's installed for a plugin in another directory. This is not recommended
though. Fixes #3. though.
- Changed Wine prefix detection to be relative to the plugin's `.dll` file, - Changed Wine prefix detection to be relative to the plugin's `.dll` file,
rather than the loaded `.so` file. rather than the loaded `.so` file.
- Increased the maximum number of audio channels from 32 to 256. - Increased the maximum number of audio channels from 32 to 256.
@@ -36,7 +36,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed plugins failing to load on certain versions of _Ubuntu_ because of - Fixed plugins failing to load on certain versions of _Ubuntu_ because of
paths starting with two forward slashes. paths starting with two forward slashes.
- Redirect the output from the Wine host process earlier in the startup. - Redirect the output from the Wine host process earlier in the startup process.
Otherwise errors printed startup won't be visible, making it very hard to Otherwise errors printed startup won't be visible, making it very hard to
diagnose problems. diagnose problems.