This commit is contained in:
Stephen Chung
2023-02-03 15:11:40 +08:00
parent ca02d46a49
commit 675a45fac7
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ Bug fixes
* Complex indexing/dotting chains now parse correctly, for example: `a[b][c[d]].e`
* `map` and `filter` for arrays are marked `pure`. Warnings are added to the documentation of pure array methods that take `this` closures.
* Syntax such as `foo.bar::baz` no longer panics, but returns a proper parse error.
* `x += y` where `x` and `y` are `char` now works correctly.
Version 1.12.0