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 Aug 15, 2023
1 parent 245f0b7 commit 3ad3341
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,20 @@ To use development versions of Kipper download the

### Changed

- Moved function `executeKipperProgram` to `Run` as private function.
- Moved class `KipperCompileResult` to new file `compile-result.ts` in the same directory.
- Field `KipperCompileResult.programCtx` can now be also `undefined`, due to the changed behaviour that now
a `KipperCompileResult` is also returned for syntax errors (where it has no value).

### Fixed

- CLI error handling bug as described in [#491](https://github.com/Luna-Klatzer/Kipper/issues/491). This includes
multiple bugs where errors where reported as "Unexpected CLI Error".

### Deprecated

- CLI flag `--abort-on-first-error` in favour of `--no-recover`. [#501](https://github.com/Luna-Klatzer/Kipper/issues/501).

### Removed

</details>
Expand Down

0 comments on commit 3ad3341

Please sign in to comment.