Updated CHANGELOG

This commit is contained in:
Fabio Manganiello 2021-11-27 10:56:05 +01:00
parent e615891bf3
commit 61a81cd426
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
Given the high speed of development in the first phase, changes are being reported only starting from v0.20.2.
## [0.22.6] - 2021-11-27
### Added
- Added support for converting webpages to markdown in `http.webpage.simplify`
even if no `outfile` is specified.
### Fixed
- Improved robustness of the ICal calendar parser in case some fields (e.g. `*status`)
are not defined.
## [0.22.5] - 2021-11-15
### Added