Don't forget stateful when rendering the ACI

This commit is contained in:
Hans Svensson
2021-09-20 14:49:12 +02:00
parent ebb1f9ecf9
commit 1be24c94c5
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Loading namespaces into the current scope (e.g. `using Pair`)
- Assign patterns to variables (e.g. `let x::(t = y::_) = [1, 2, 3, 4]` where `t == [2, 3, 4]`)
### Changed
- Fixed the ACI renderer, it shouldn't drop the `stateful` modifier
### Removed
## [6.0.2] 2021-07-05