Skip to content

Commit

Permalink
Add a link to enum compatibilty rules (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethk authored Nov 4, 2024
1 parent 5d68d72 commit c443ff4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ published previously need to be compatible and follow the rules below:
argument names can change.
- `public(friend)` functions are treated as private and thus their signature can arbitrarily change. This is safe as
only modules in the same package can call friend functions anyway, and they need to be updated if the signature changes.
- [Enum type upgrade compatibility rules](enums.mdx#enum-type-upgrade-compatibility).

When updating your modules, if you see an incompatible error, make sure to check the above rules and fix any violations.

Expand Down

0 comments on commit c443ff4

Please sign in to comment.