This commit is contained in:
Ken Hibino
2022-02-19 06:20:05 -08:00
parent cea5110d15
commit a19909f5f4
3 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.21.0] - 2022-02-19
### Added
- `BaseContext` is introduced in `Config` to specify callback hook to provide a base `context` from which `Handler` `context` is derived