Update changelog

This commit is contained in:
Michael Miller 2022-11-04 16:57:06 -06:00
parent a6149b2671
commit c00d2fe4e6
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Add support for using named (keyword) arguments in place of positional arguments in stubs. [#47](https://github.com/icy-arctic-fox/spectator/issues/47)
- Add `before`, `after`, and `around` as aliases for `before_each`, `after_each`, and `around_each` respectively.
### Fixed
- Clear stubs defined with `expect().to receive()` syntax after test finishes to prevent leakage between tests.