mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Mark issue with scope of types as resolved
https://github.com/icy-arctic-fox/spectator/issues/31 appears to be fixed in v0.10.
This commit is contained in:
parent
9b01771c67
commit
8d32984eba
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
### Fixed
|
||||
- Fix resolution of types with the same name in nested scopes. [#31](https://github.com/icy-arctic-fox/spectator/issues/31)
|
||||
|
||||
### Added
|
||||
- Hooks are yielded the current example as a block argument.
|
||||
- The `let` and `subject` blocks are yielded the current example as a block argument.
|
||||
|
|
Loading…
Reference in a new issue