changelog: correct the new stuff and put it under new instead of changed

This commit is contained in:
IRHM
2026-07-30 22:15:05 +01:00
committed by momi
parent 769e30c9c7
commit cd34ecba61
+4 -4
View File
@@ -4,14 +4,14 @@ These changes are awaiting release:
## New ## 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 ## Changed
- HTTP Requests: Replace `axios` with `Fetch`. - 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 ## Fixed