Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release-notes/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In version 2.0 we introduce documentation available under url: [https://ethereum
## Faster compilation with native and dockerized solc
By default, Waffle uses solcjs. Solcjs is solidity complier cross-complied to javascript. It can be slow for bigger projects, but require no installation. You can now use native and dockerized solc instead.

Read more about fast compiliation [here](https://ethereum-waffle.readthedocs.io/en/latest/compilation.html)
Read more about fast compilation [here](https://ethereum-waffle.readthedocs.io/en/latest/compilation.html)

## New chai matcher: changeBalance and changeBalances
Waffle 2.0 introduces `changeBalance` and `changeBalances` matchers that allows to check if balance of an account(s) changed.
Expand All @@ -27,7 +27,7 @@ Read more about fixtures [here](https://ethereum-waffle.readthedocs.io/en/latest
* Waffle now supports config file in both `json` and `js` extenstions.
* Linking should work for both solidity 4 and solidity 5
* Waffle is now officialy released under MIT license
* Compiliation is covered with extensive end-to-end tests
* Compilation is covered with extensive end-to-end tests

## Breaking changes
* `getWallet()` is not `async` anymore
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/2.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Bug fixes:

* Fixed `revertedWith('...')` to work corretly with string argument
* Fixed `revertedWith('...')` to work correctly with string argument
* Correct mismatched error reports `reverted` and `not.reverted`
* `expect().to.emit.withArgs` - recognises when an event is emitted multiple times with different args, e.g.

Expand Down
2 changes: 1 addition & 1 deletion waffle-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@

### Patch Changes

- 5407af7: changeEtherBalances/changeEtherBalance compatablity with london hardfork
- 5407af7: changeEtherBalances/changeEtherBalance compatibility with london hardfork

## 3.4.0

Expand Down