From d688c6da7e099152d8742feb725c9eaf85db8bd4 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 18 May 2023 09:36:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ca850c..d0a75254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this The CLI command includes a warning and requires the user to confirm before proceeding. +* [#1681](https://github.com/shlinkio/shlink/issues/1681) Add support to delete orphan visits. + + This can be done via `DELETE /visits/orphan` REST endpoint or via `visit:orphan-delete` console command. + + The CLI command includes a warning and requires the user to confirm before proceeding. + * [#1656](https://github.com/shlinkio/shlink/issues/1656) Add support for openswoole 22 ### Changed