summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-04-18 13:18:27 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-18 19:32:33 +0200
commit4afe4b4debfd3e1adaebf33f9e281540f757d847 (patch)
tree62df7ce140da8d209df2ef84a3391f78d143226c /CHANGELOG.md
parent032d48ad7b180c80344a8fe64b2f9bfc81cef7b1 (diff)
Release 18.0.1-beta318.0.1-beta3
Fixed - Fix import of items when feed does not exist (1742) - Fix malformed feeds (without GUIDs) stopping the update process (#1738) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a055a197f..1106da690 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,13 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
-- Fix import of items when feed does not exist (1742)
-- Fix malformed feeds (without GUIDs) stopping the update process (#1738)
# Releases
+## [18.0.1-beta3] - 2022-04-18
+### Fixed
+- Fix import of items when feed does not exist (#1742)
+- Fix malformed feeds (without GUIDs) stopping the update process (#1738)
+
## [18.0.1-beta2] - 2022-03-22
### Fixed
- Fix no item marked as read by Folder API due to mismatch in parameter name (#1703)