Skip to content

Commit

Permalink
docs(exo): Update NEWS.md
Browse files Browse the repository at this point in the history
Ref #1740
Closes #1753
  • Loading branch information
gibson042 authored Aug 30, 2023
1 parent a3529f7 commit b511ff0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/exo/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
User-visible changes in `@endo/exo`:

# Next

- Adds support for symbol-keyed methods in interface guards, e.g.
```
const LabeledIterableI = M.interface('LabeledIterable', {
getLabel: M.call().returns(M.string()),
[Symbol.asyncIterator]: M.call().returns(M.remotable('Iterator')),
});
```

# v0.2.2 (2023-04-20)

- Parse `$DEBUG` as comma-separated
Expand Down

0 comments on commit b511ff0

Please sign in to comment.