Skip to content

Commit 22f45f2

Browse files
Copilotmkaput
andcommitted
Fix CHANGELOG: Add entry in Unreleased section instead of editing released version
Co-authored-by: mkaput <[email protected]>
1 parent 1f508ce commit 22f45f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
#### Changed
1313

1414
- Updated the error message returned when calling a nonexistent method on a contract to better align with the format used by the network
15+
- Oracle support in `snforge` is now stable and no longer requires the `--experimental-oracles` CLI flag
1516

1617
### Cast
1718

@@ -56,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5657
#### Added
5758

5859
- Support for `meta_tx_v0` syscall with cheatcode compatibility
59-
- `snforge` now supports [oracles](https://docs.swmansion.com/cairo-oracle/).
60+
- `snforge` now supports [oracles](https://docs.swmansion.com/cairo-oracle/) with `--experimental-oracles` flag.
6061
- `--trace-components` flag to allow selecting which components of the trace to do display. Read more [here](https://foundry-rs.github.io/starknet-foundry/snforge-advanced-features/debugging.html#trace-components)
6162

6263
### Changed

0 commit comments

Comments
 (0)