Skip to content

Commit

Permalink
Merge branch 'main' into fix-fn-name-in-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Sep 23, 2024
2 parents 46ae125 + 715b5e4 commit 59a6675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `execute_calls` function from account utils (#1150)
- calls param type changed from `Array<Call>` to `Span<Call>`

### Deprecated

- DualCase dispatchers

## 0.16.0 (2024-08-30)

### Added
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/interfaces.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ pub trait IERC20Camel<TState> {

== `DualCase` dispatchers

WARNING: `DualCase` dispatchers are deprecated, and they will be removed from the library soon.

WARNING: `DualCase` dispatchers won't work on live chains (`mainnet` or testnets) until they implement panic handling in their runtime. Dispatchers work fine in testing environments.

In order to ease this transition, OpenZeppelin Contracts for Cairo offer what we call `DualCase` dispatchers such as `DualCaseERC721` or `DualCaseAccount`.
Expand Down

0 comments on commit 59a6675

Please sign in to comment.