changelog: add Config::init

This commit is contained in:
Aravinth Manivannan 2021-06-13 13:24:01 +05:30
parent 5147d46825
commit c899181a1b
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -1,5 +1,9 @@
## 0.2.1
### Added
- `Config::init`: explicit call to init lazy-init filters.
### Changed:
-`Config::email` now takes a `&str` instead of `Option<&str>`