From 60176060cb0c323311ff001e18a6846802cfc161 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 15 Feb 2024 23:42:03 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d09a142..cf38bf96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * [#1935](https://github.com/shlinkio/shlink/issues/1935) Replace dependency on abandoned `php-middleware/request-id` with userland simple middleware. * [#1988](https://github.com/shlinkio/shlink/issues/1988) Remove dependency on `league\uri` package. * [#1909](https://github.com/shlinkio/shlink/issues/1909) Update docker image to PHP 8.3. +* [#1786](https://github.com/shlinkio/shlink/issues/1786) Run API tests with RoadRunner by default. ### Deprecated * *Nothing*