Fix bug where plugin module parameters are consumed.

This commit is contained in:
Stephen Chung
2021-01-23 09:37:27 +08:00
parent 8aae3ac46c
commit 3b42cc5bb2
3 changed files with 43 additions and 22 deletions

View File

@@ -17,6 +17,7 @@ Breaking changes
Bug fixes
---------
* Parameters passed to plugin module functions were sometimes erroneously consumed. This is now fixed.
* Fixes compilation errors in `metadata` feature build.
New features