From ee986912d493546eac37e8e3b280cde160471ce8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 31 Dec 2019 23:44:42 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e89d44c6..23fc1f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * [#429](https://github.com/shlinkio/shlink/issues/429) Dropped support for PHP 7.2 and 7.3 +* [#229](https://github.com/shlinkio/shlink/issues/229) Remove everything which was deprecated, including: + + * Preview generation feature completely removed. + * Authentication against REST API using JWT is no longer supported. + + See [UPGRADING doc](UPGRADING.md) in order to get details on how to migrate to this version. + #### Fixed * *Nothing*