Skip to content

Commit

Permalink
{doc} Update CHANGELOG
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
asmaloney committed Oct 10, 2021
1 parent f84754b commit 87d724f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ All notable changes to this project will be documented in this file. The format
ERROR: cannot print anonymous var ('?') in production 'start' (line 9)
```

- Compound variables ("?foo!?bar") in set statements now produce an error. ([#63](https://github.com/asmaloney/gactar/pull/63))

```
do {
set goal to [foo: ?foo!?bar]
}
```

This will result in:

```
ERROR: cannot set 'goal.thing' to compound var in production 'start' (line 10)
```

## [0.1.0](https://github.com/asmaloney/gactar/releases/tag/v0.1.0) - 2021-09-22

Initial release

0 comments on commit 87d724f

Please sign in to comment.