Skip to content

Commit

Permalink
fixed changelog text
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Feb 21, 2024
1 parent 7496561 commit 8c14dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Breaking

- The abstract base contract was`SuperAppBaseFlow´ was renamed to `CFASuperAppBase`.
- The abstract base contract`SuperAppBaseFlow` was renamed to `CFASuperAppBase`.
Initialization is now split between constructor and a method `_initialize`, with self-registration
made optional.
This allows the contract to be used with a SuperApp factory pattern (disable self-registration on networks with permissioned SuperApps) and for logic contracts in the context of the proxy pattern.
Expand Down

0 comments on commit 8c14dbf

Please sign in to comment.