Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 committed May 9, 2024
1 parent 3386f7e commit 8f8f4b8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Changed

- Renamed `PlutusTx.Builtins.matchList` to `matchList'`. The new `matchList` takes
an argument of type `() -> r` for the `nil` case, ensuring that the nil case
isn't evaluated if the list is non-empty.

0 comments on commit 8f8f4b8

Please sign in to comment.