Skip to content

Commit

Permalink
[#491] Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Oct 21, 2023
1 parent 889ab3a commit 97ddff1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ To use development versions of Kipper download the
### Changed

- Standardised error output for the CLI as described in [#435](https://github.com/Luna-Klatzer/Kipper/issues/435).
(This is the same change as in `0.10.3`, but was only added to the dev branch with the release of `0.11.0-alpha.1`
i.e. `0.11.0-alpha.0` does *not* have this change).
(This is the same change as in `0.10.3`, but was only added to the dev branch with the release of `0.11.0-alpha.1`
i.e. `0.11.0-alpha.0` does _not_ have this change).
- Made `VoidOrNullOrUndefinedPrimaryExpression` a constant expression and inherit from the `ConstantExpression` class.
This means it's AST kind number is now also added to the `ASTConstantExpressionKind` type and its context class is
also part of the `ParserConstantExpressionContext` type.
Expand Down Expand Up @@ -127,11 +127,12 @@ To use development versions of Kipper download the
- Bug of invalid underline indent in error traceback.
([#434](https://github.com/Luna-Klatzer/Kipper/issues/434)).
- CLI bug where the `-t` shortcut flag was incorrectly shown for the command `help compile`.
([#451](https://github.com/Luna-Klatzer/Kipper/issues/451)) (This is the same fix as in `0.10.3`, but was only
added to the dev branch with the release of `0.11.0-alpha.1` i.e. `0.11.0-alpha.0` still has this bug).
([#451](https://github.com/Luna-Klatzer/Kipper/issues/451)) (This is the same fix as in `0.10.3`, but was only
added to the dev branch with the release of `0.11.0-alpha.1` i.e. `0.11.0-alpha.0` still has this bug).
- CLI error handling bug as described in [#491](https://github.com/Luna-Klatzer/Kipper/issues/491). This includes
multiple bugs where errors were reported as "Unexpected CLI Error". (This is the same fix as in `0.10.4`, but was
only added to the dev branch with the release of `0.11.0-alpha.1` i.e. `0.11.0-alpha.0` still has this bug).
multiple bugs where errors were reported as "Unexpected CLI Error". (This is the same fix as in `0.10.4`, but with one
additional edge-case covered. This fix was only added to the dev branch with the release of `0.11.0-alpha.1` i.e.
`0.11.0-alpha.0` still has this bug).

### Deprecated

Expand Down

0 comments on commit 97ddff1

Please sign in to comment.