Add the new plugin groups to the changelog #15

With this the plugin groups functionality is feature complete, although
I still want to do a few rounds of refactoring and the readme has not
yet been updated.
This commit is contained in:
Robbert van der Helm
2020-05-23 15:25:05 +02:00
parent c387238b78
commit e61b70ed97
+9
View File
@@ -8,6 +8,15 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Added
- Added the ability to host multiple plugins in the same Wine process through
_plugin groups_. A plugin group is a user-defined set of plugins that will be
hosted together in the same Wine process. This allows multiple instances of
plugins to share data and communicate with eachother. Examples of plugins that
can benefit from this are Fabfilter Pro-Q 3, MMultiAnalyzer and the iZotope
mixing plugins. See the readme for instructions on how to set this up.
### Changed ### Changed
- Changed architecture to use one less socket. - Changed architecture to use one less socket.