From fe4237b2b1d7ba5dd177bb0986de39c7f6a1758a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 24 May 2022 18:00:17 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901d5e60..fe469f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ## [Unreleased] ### Added -* *Nothing* +* [#1280](https://github.com/shlinkio/shlink/issues/1280) Added missing visit-related commands. + + Now you can run `tag:visits`, `domain:visits`, `visit:orphan` or `visit:non-orphan` to get the corresponding list of visits from the command line. ### Changed * *Nothing*