From cd34ecba6146cc6b73b8c231b995612a0fe416f0 Mon Sep 17 00:00:00 2001 From: IRHM Date: Thu, 30 Jul 2026 22:15:05 +0100 Subject: [PATCH] changelog: correct the new stuff and put it under new instead of changed --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9015c6..8d76cb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,14 @@ These changes are awaiting release: ## New -- Import(text list): Support providing a rating (out of 10, supporting decimals) in square brackets. +- Show `Airs On` date for episodes that have yet to air (thanks [@KarpachMarko]!). +- Show `Aired Date` for episodes. +- Import: Add `rating` column. +- Import(text list): Support parsing a rating (out of 10, supporting decimals) in square brackets. ## Changed - HTTP Requests: Replace `axios` with `Fetch`. -- Show `Airs On` date for episodes that have yet to air (thanks [@KarpachMarko]!). -- Show `Aired Date` for episodes. -- Import: Add a `rating` column. ## Fixed