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 e8d0bd8 commit f80b35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ To use development versions of Kipper download the

### Changed

- Moved function `executeKipperProgram` to `Run` as private function.
- Moved function `executeKipperProgram` to `Run` as a 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".
multiple bugs where errors were reported as "Unexpected CLI Error".

### Deprecated

Expand Down

0 comments on commit f80b35b

Please sign in to comment.