From 61a81cd426852a976af8326884001d6f3244de77 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 27 Nov 2021 10:56:05 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bb0b1f0..de65a48e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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