From fdbba6d88563034be607600a7af25b234f306103 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Fri, 10 Nov 2023 15:15:19 +0000 Subject: [PATCH] docs: add changeset for SystemboundDelegationControl (#1906) --- .changeset/two-feet-jam.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/two-feet-jam.md diff --git a/.changeset/two-feet-jam.md b/.changeset/two-feet-jam.md new file mode 100644 index 0000000000..100f26ca35 --- /dev/null +++ b/.changeset/two-feet-jam.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/world-modules": minor +--- + +Added a new delegation control called `SystemboundDelegationControl` that delegates control of a specific system for some maximum number of calls. It is almost identical to `CallboundDelegationControl` except the delegatee can call the system with any function and args.