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:
Michael Miller 2021-07-02 18:11:40 -06:00
parent 9b01771c67
commit 8d32984eba
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -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.