summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2022-07-02 14:53:02 +0200
committeranoy <anoymouserver@users.noreply.github.com>2022-07-03 09:40:01 +0200
commitfa3a2c56dee012aafffa80506171e2313e89b4c6 (patch)
tree2c1a8fa269c6b3df88ba8ed9b264ea308dafb940 /CHANGELOG.md
parentb281fb52f2f62f3c70ce987a1e239fbcdbdf4e07 (diff)
fix duplicated api routes
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a18c58725..1f1b03617 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Fixed
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249)
+- Fix broken API v1.3 (#1841)
# Releases
## [18.1.0] - 2022-06-10
@@ -15,7 +16,7 @@ Due to #1766 some Feeds might now have items that have `null` set as author inst
## [18.1.0-beta2] - 2022-05-31
### Changed
-- If items of feed do not provide an author fallback to feed author (#1803)
+- If items of feed do not provide an author fallback to feed author (#1803)
## [18.1.0-beta1] - 2022-05-29
### Changed