Updated changelog

This commit is contained in:
Alejandro Celaya 2020-10-03 11:56:09 +02:00
parent 450eea64aa
commit c6c78f383f

View file

@ -25,6 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* REST endpoint: `GET /rest/v2/domains`
* CLI Command: `domain:list`
* [#832](https://github.com/shlinkio/shlink/issues/832) Added support to customize the port in which the docker image listens by using the `PORT` env var or the `port` config option.
#### Changed
* [#836](https://github.com/shlinkio/shlink/issues/836) Added support for the `<field>-<dir>` notation while determining how to order the short URLs list, as in `?orderBy=shortCode-DESC`. This effectively deprecates the array notation (`?orderBy[shortCode]=DESC`), that will be removed in Shlink 3.0.0