From df3a1bcdb63c50519f9189cbdaa5bd25dfbd7be6 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 2 Dec 2024 04:54:00 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c20f6e9..b292e0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.3.5] + +- Fixed an issue with the aspect ratio of images of some feeds (#1595) +- CommaFeed now honors the Cache-Control response header and will not try to refresh a feed sooner than its max-age property (#1615) +- Added support for compilation with JDK 23+. If you're building CommaFeed from sources with a JDK 17 or 21, you may need to update it to the most recent patch version to support `-proc:full` (#1618) + ## [5.3.4] - Added support for Internationalized Domain Names (#1588)