From dd348d1f49398dfe53f3ed75973882aef165fb49 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Fri, 6 Feb 2026 09:51:17 +0100 Subject: [PATCH] update changelog --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 237534f..0e4024b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,10 +2,10 @@ Changelog =========== -Version 2.6dev +Version 2.6 ~~~~~~~~~~~~~~ -Not released yet. +Released on 2026-02-06. Sigal now requires Python 3.11+. @@ -17,6 +17,7 @@ Sigal now requires Python 3.11+. - Thumbnail can now be set in ``index.md`` either with the original filename or with the thumbnail name after format conversion [:issue:`476`]. - Allow portrait orientation for thumbnails [:issue:`531`]. +- nonmedia_files plugin: adding support for PDF thumbnails [:issue:`536`]. Version 2.5 ~~~~~~~~~~~