From 51c732a0135176c151a95da316da01542b56f9be Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 24 Oct 2025 08:45:52 +0200 Subject: [PATCH] Document support for frankenphp in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23dbbdd0..a4e0e62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this Additionally, the `short-url:list` command also supports the same feature via the `--api-key-name` option. +* [#2330](https://github.com/shlinkio/shlink/issues/2330) Add support to serve Shlink with FrankenPHP, by providing a worker script in `bin/frankenphp-worker.php`. + ### Changed * *Nothing*