From 7270e3311c497a2ca1dc2c2a6f9d7b28128fb912 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sun, 16 Aug 2026 23:57:38 +0200 Subject: [PATCH] 157 - Add Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603fa7c1..f1f71a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.4.2] - 2026-08-16 + +### Fixed + +- Fix Belga discovery always dropping the newest press release (#158) + - The Belga API `offset` parameter is a 0-based item index, so the configured `offset=1` skipped the newest article on every fetch. A data migration repoints the existing Belga feed to `offset=0`. +- Fix articles validated before their feed had an active route never becoming routable (#157) + - Route articles are now backfilled when a route is created or re-activated, using the article content stored at validation time — no re-fetch. + ## [1.4.1] - 2026-08-15 ### Fixed