Skip to content

Commit ae71eec

Browse files
committed
fixup! NEWS.md
1 parent efb4c47 commit ae71eec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/patterns/NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
User-visible changes in `@endo/patterns`:
22

3+
# Next release
4+
5+
- New pattern: `M.has(elementPatt, bound = 1n)` motivated to support want patterns in Zoe, to pull out only `bound` number of elements that match `elementPatt`. `bound` must be a positive bigint.
6+
- Closely related, `@endo/patterns` now exports `elementsHasSplit` and `pairsHasSplit` to support ERTP's use of `M.has` on non-fungible (`set`, `copySet`) and semifungible (`copyBag`) assets, respectively. See https://github.com/Agoric/agoric-sdk/pull/10952 .
7+
38
# v1.4.0 (2024-05-06)
49

510
- `Passable` is now an accurate type instead of `any`. Downstream type checking may require changes ([example](https://github.com/Agoric/agoric-sdk/pull/8774))

0 commit comments

Comments
 (0)