From 3bd8d8efd137a21ec66ccdf399a71765e99492d0 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 4 Dec 2025 13:10:58 +0100 Subject: [PATCH] [DOCS] Sort changelog entries in reverse chronological order To be consistent with the git log, new entries in the changelog should be first. This also makes it easier to see at a glance what was changed recently. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a06bcef..ccdfc1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,9 @@ Please also have a look at our ### Fixed -- Use typesafe versions of PHP functions (#1379, #1380, #1382, #1383, #1384) - Fix parsing of `calc` expressions when a newline immediately precedes or follows a `+` or `-` operator (#1399) +- Use typesafe versions of PHP functions (#1379, #1380, #1382, #1383, #1384) ### Documentation