mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Update CHANGELOG
This commit is contained in:
parent
e52f187eb7
commit
0ba241221f
1 changed files with 14 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Forward example procsy `to_s` to underlying example. [#70](https://gitlab.com/arctic-fox/spectator/-/issues/70)
|
||||
- Overhauled mock and double system. [#63](https://gitlab.com/arctic-fox/spectator/-/issues/63)
|
||||
- Testing if `exit` is called no longer is done with stubs and catching the `Spectator::SystemExit` exception should be caught. [#29](https://github.com/icy-arctic-fox/spectator/issues/29)
|
||||
- Adjust evaluation order of `change` matcher expressions.
|
||||
|
||||
### Removed
|
||||
- Removed support for stubbing top-level methods (such as `exit`).
|
||||
|
||||
## [0.10.6] - 2022-07-07
|
||||
### Fixed
|
||||
- Fixed compiler warnings generated by positional arguments with different names.
|
||||
|
||||
### Changed
|
||||
- Forward example procsy `to_s` to underlying example. [#70](https://gitlab.com/arctic-fox/spectator/-/issues/70)
|
||||
|
||||
## [0.10.5] - 2022-01-27
|
||||
### Fixed
|
||||
- Fixed usage of `sample` with single block argument. [#41](https://github.com/icy-arctic-fox/spectator/issues/41#issuecomment-1022525702)
|
||||
|
@ -376,7 +387,8 @@ This has been changed so that it compiles and raises an error at runtime with a
|
|||
First version ready for public use.
|
||||
|
||||
|
||||
[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.5...master
|
||||
[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.6...master
|
||||
[0.10.6]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.5...v0.10.6
|
||||
[0.10.5]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.4...v0.10.5
|
||||
[0.10.4]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.3...v0.10.4
|
||||
[0.10.3]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.2...v0.10.3
|
||||
|
|
Loading…
Reference in a new issue