Skip to content

Commit 7aced6c

Browse files
committed
fixup! update NEWS.md with new names
1 parent d48db48 commit 7aced6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/patterns/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ User-visible changes in `@endo/patterns`:
33
# Next release
44

55
- New pattern: `M.containerHas(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.containerHas` on non-fungible (`set`, `copySet`) and semifungible (`copyBag`) assets, respectively. See https://github.com/Agoric/agoric-sdk/pull/10952 .
6+
- Closely related, `@endo/patterns` now exports `containerHasSplit` to support ERTP's use of `M.containerHas` on non-fungible (`set`, `copySet`) and semifungible (`copyBag`) assets, respectively. See https://github.com/Agoric/agoric-sdk/pull/10952 .
77

88
# v1.4.0 (2024-05-06)
99

0 commit comments

Comments
 (0)