From 248e8032e3b927935d1aa238995b553d1b3c3b45 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 29 Dec 2025 11:04:10 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de5c2dc2..4f3d4b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * `after-date`: matches when current date and time is later than the defined threshold. * [#2513](https://github.com/shlinkio/shlink/issues/2513) Add support for redis connections via unix socket (e.g. `REDIS_SERVERS=unix:/path/to/redis.sock`). +* Visits generated in the command line can now be formatted in CSV, via `--format=csv`. ### Changed * [#2522](https://github.com/shlinkio/shlink/issues/2522) Shlink no longer tries to detect trusted proxies automatically, when resolving the visitor's IP address, as this is a potential security issue.