Updated changelog

This commit is contained in:
Alejandro Celaya 2020-12-11 21:43:43 +01:00
parent b2658073b3
commit d564404bfe

View File

@ -12,6 +12,7 @@ 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.
* [#930](https://github.com/shlinkio/shlink/issues/930) Added new `bin/set-option` script that allows changing individual configuration options on existing shlink instances.
### Changed
* [#912](https://github.com/shlinkio/shlink/issues/912) Changed error templates to be plain html files, removing the dependency on `league/plates` package.