Updated changelog

This commit is contained in:
Alejandro Celaya 2019-02-06 23:31:37 +01:00
parent 672321abab
commit a7283da016

View File

@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* [#320](https://github.com/shlinkio/shlink/issues/320) Replaced query builder by plain DQL for all queries which do not need to be dynamically generated.
* [#330](https://github.com/shlinkio/shlink/issues/330) No longer allow failures on PHP 7.3 envs during project CI build.
* [#335](https://github.com/shlinkio/shlink/issues/335) Renamed functional test suite to database test suite, since that better describes what it actually does.
* [#346](https://github.com/shlinkio/shlink/issues/346) Extracted installer as an independent tool.
#### Deprecated