diff --git a/.changeset/wild-coats-joke.md b/.changeset/wild-coats-joke.md new file mode 100644 index 0000000000..24404467cb --- /dev/null +++ b/.changeset/wild-coats-joke.md @@ -0,0 +1,9 @@ +--- +"@latticexyz/cli": patch +"@latticexyz/world-modules": patch +"@latticexyz/world": patch +--- + +Replaced the `Unstable_DelegationWithSignatureModule` preview module with a more generalized `Unstable_CallWithSignatureModule` that allows making arbitrary calls (similar to `callFrom`). + +This module is still marked as `Unstable`, because it will be removed and included in the default `World` deployment once it is audited.