Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Feb 18, 2025
1 parent 5adb6ac commit f575928
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
@@ -1,5 +1,15 @@
# Changelog

## unreleased - 2025-MM-DD

### Changed

- **uplc**: `eval_phase_two` and related functions now return an EvalResult @Quantumplation

In order to allow consuming tools provide better tooling experiences, the various `eval_phase_two`
functions provide an `EvalResult`, which includes the final term, the remaining budget, and the traces.
This means you can display or work with the traces of a script even if it succeeds.

## v1.1.11 - 2025-02-11

### Added
Expand Down

0 comments on commit f575928

Please sign in to comment.