test and changelog

This commit is contained in:
Binaek Sarkar
2022-01-29 15:32:52 +05:30
committed by Ken Hibino
parent ab8a4f5b1e
commit 55d0610a03
2 changed files with 47 additions and 3 deletions

View File

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