Skip to content

Commit 8fdeb71

Browse files
authored
Fix CHANGELOG.md (#3321)
<!-- Reference any GitHub issues resolved by this PR --> ## Introduced changes <!-- A brief description of the changes --> - Fix CHANGELOG.md ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
1 parent 5991e39 commit 8fdeb71

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Cast
11+
12+
#### Added
13+
14+
- when using `sncast call` the response will be printed as a Cairo-like string representation of the return values
15+
1016
### Forge
1117

1218
#### Added
1319

1420
- `set_balance` cheatcode for setting an ERC20 token balance for specified contract address. The STRK token is now pre-deployed in every test by default. This can be disabled by adding `#[disable_predeployed_contracts]` attribute to test.
21+
- added option to display trace of contracts execution. Read more [here](https://foundry-rs.github.io/starknet-foundry/snforge-advanced-features/debugging.html)
1522

1623
#### Changed
1724

@@ -37,10 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3744

3845
### Cast
3946

40-
#### Changed
41-
42-
- when using `sncast call` the response will be printed as a Cairo-like string representation of the return values
43-
4447
#### Fixed
4548

4649
- Bug that prevented from passing values to `--arguments` that started with a leading minus `-` sign.

0 commit comments

Comments
 (0)