Skip to content

Commit

Permalink
chore: add note on vm.expectRevert to announcements page (#1413)
Browse files Browse the repository at this point in the history
* add notes section

* fix formatting
  • Loading branch information
zerosnacks authored Jan 31, 2025
1 parent 5f7f3eb commit e1171c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Upgrading ensures your installation defaults to updating to the **latest stable

If you do not upgrade you will **continue to receive nightly builds by default** which will start to contain more **significant breaking changes**.

## ⚠️ Notes

If you are running Foundry's **latest nightly build** you may encounter the following error:

```sh
[FAIL: call didn't revert at a lower depth than cheatcode call depth]
```
Please read [here](https://book.getfoundry.sh/cheatcodes/expect-revert#error) for more information.
## Releases
### 0.3 (stable)
Expand Down

0 comments on commit e1171c3

Please sign in to comment.