Allow multiple packages in def_package.

This commit is contained in:
Stephen Chung
2021-12-22 12:41:55 +08:00
parent 1c50efbac8
commit 422db4269e
3 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ New features
Enhancements
------------
* Added `NativeCallContext::call_fn` to easily call a function.
* A new syntax is introduced for `def_package!` that will replace the old syntax in future versions.
* Added `NativeCallContext::call_fn` to easily call a function.
* Doc-comments on plugin module functions are extracted into the functions' metadata.
Deprecated API's