Add pending changes to changelog

This commit is contained in:
Michael Miller 2021-06-11 18:45:05 -06:00
parent b43b09f46d
commit 420f69f56b
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Capture and log information for hooks.
- Tags can be added to examples and example groups.
- Add matcher to check compiled type of values.
- Examples can be skipped by using a `:pending` tag. A reason method can be specified: `pending: "Some excuse"`
- Examples can be skipped during execution by using `skip` or `pending` in the example block.
### Changed
- Simplify and reduce defined types and generics. Should speed up compilation times.