Add bin-features to pull in all features for bin tools.

This commit is contained in:
Stephen Chung
2022-02-03 21:17:47 +08:00
parent 9fa6839380
commit 419ee45043
3 changed files with 13 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ Bug fixes
Script-breaking changes
-----------------------
* For consistency, the `export` statement no longer exports multiple variables.
* For consistency with the `import` statement, the `export` statement no longer exports multiple variables.
New features
------------
@@ -33,6 +33,7 @@ Enhancements
* The `no_module` feature now eliminates large sections of code via feature gates.
* Debug display of `AST` is improved.
* `NativeCallContext::call_level()` is added to give the current nesting level of function calls.
* A new feature, `bin-features`, pulls in all the required features for `bin` tools.
REPL tool changes
-----------------