Allow stacking ! operators.

This commit is contained in:
Stephen Chung
2021-01-24 21:21:15 +08:00
parent 049f472ac9
commit c245fe88fd
5 changed files with 8 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ Bug fixes
* Parameters passed to plugin module functions were sometimes erroneously consumed. This is now fixed.
* Fixes compilation errors in `metadata` feature build.
* Stacking `!` operators now work properly.
New features
------------