From 6e9fa6553d137c7e165845f2343bf8db191116d7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 2 Dec 2020 12:01:35 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bd6df0..11690ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this It can be provided during the installation, or as the `DB_UNIX_SOCKET` env var for the docker image. +* [#896](https://github.com/shlinkio/shlink/issues/896) Added support for unicode characters in custom slugs. + ### Changed * [#912](https://github.com/shlinkio/shlink/issues/912) Changed error templates to be plain html files, removing the dependency on `league/plates` package.