Reserve some more symbols.

This commit is contained in:
Stephen Chung
2020-10-10 22:14:10 +08:00
parent 994e5a4251
commit 9d93dac8e7
3 changed files with 24 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ Breaking changes
* The following `EvalAltResult` variants are removed and merged into `EvalAltResult::ErrorMismatchDataType`: `ErrorCharMismatch`, `ErrorNumericIndexExpr`, `ErrorStringIndexExpr`, `ErrorImportExpr`, `ErrorLogicGuard`, `ErrorBooleanArgMismatch`
* `Scope::iter_raw` returns an iterator with an additional field indicating whether the variable is constant or not.
* `rhai::ser` and `rhai::de` namespaces are merged into `rhai::serde`.
* New reserved symbols: `++`, `--`, `..`, `...`.
New features
------------