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.