157 - Add Changelog
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m49s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m49s
This commit is contained in:
parent
c640d7a33a
commit
7270e3311c
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue