Skip to content

Commit

Permalink
fix #135: expose promesa/run!
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 22, 2022
1 parent 7733eab commit c014045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

For a list of breaking changes, check [here](#breaking-changes).

## Unreleased

- Fix #135: expose `promesa/run!`

## 0.1.8

- Fix bug: allow arbitrary expression in class position in `new` (part 2)
Expand Down
1 change: 1 addition & 0 deletions src/nbb/promesa.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
'catch (sci/copy-var p/catch pns)
'finally (sci/copy-var p/finally pns)
'race (sci/copy-var p/race pns)
'run! (sci/copy-var p/run! pns)
'-> (sci/copy-var -> pns)
'->> (sci/copy-var ->> pns)})

Expand Down

0 comments on commit c014045

Please sign in to comment.