From 05abe49d8b1988f02cb6bc8b09151fbfbdf58f95 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 4 Nov 2018 12:11:36 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe069713..d6215679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Added -* *Nothing* +* [#236](https://github.com/shlinkio/shlink/issues/236) Added option to define a redirection to a custom URL when a user hits an invalid short URL. + + It only affects URLs matched as "short URL" where the short code is invalid, not any 404 that happens in the app. For example, a request to the path `/foo/bar` will keep returning a 404. + + This new option will be asked by the installer both for new shlink installations and for any previous shlink version which is updated. #### Changed