Mercurial > hg > vamp-plugin-sdk
diff CHANGELOG @ 539:15a89a89aa9b
Update version number and CHANGELOG
author | Chris Cannam |
---|---|
date | Mon, 18 May 2020 10:48:13 +0100 |
parents | a7e6d747fd3f |
children |
line wrap: on
line diff
--- a/CHANGELOG Thu Apr 23 11:39:34 2020 +0100 +++ b/CHANGELOG Mon May 18 10:48:13 2020 +0100 @@ -1,3 +1,13 @@ + +Version 2.10, 2020-05-18 (minor feature release) + + * Add a method to PluginWrapper, the host-side base for adapters + like PluginInputDomainAdapter that modify the processing behaviour + of a plugin, that tells it to "disown" the wrapped plugin. The + former behaviour, and still the default, is for the wrapper to + take ownership of the wrapped plugin. The alternative behaviour + makes it easier to mix these classes with some modern C++ styles + that use managed pointers Version 2.9, 2019-11-13 (maintenance release)