Skip to content

Commit

Permalink
Release 25.0.0-alpha4
Browse files Browse the repository at this point in the history
Changed
- Add DB index for news_feeds.deleted_at (#2526)

Fixed
- PostgreSQL implement fix for marking over 65535 unread items as "read" (#2557)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Jan 25, 2024
1 parent 4f5cf49 commit f18e690
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [25.x.x]
### Changed
- Add DB index for news_feeds.deleted_at (#2526)

### Fixed
- Mark over 65535 unread items as "read"


# Releases
## [25.0.0-alpha4] - 2023-01-25
### Changed
- Add DB index for news_feeds.deleted_at (#2526)

### Fixed
- PostgreSQL implement fix for marking over 65535 unread items as "read" (#2557)

## [25.0.0-alpha3] - 2023-12-24
### Changed
- Changed default page when starting app (#2515)
Expand Down

0 comments on commit f18e690

Please sign in to comment.