From 416857e129b35e0160a98fcd9817f9305fb0d112 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 29 Dec 2019 23:32:33 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb001cb4..e89d44c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] + +#### Added + +* [#429](https://github.com/shlinkio/shlink/issues/429) Added support for PHP 7.4 + +#### Changed + +* *Nothing* + +#### Deprecated + +* *Nothing* + +#### Removed + +* [#429](https://github.com/shlinkio/shlink/issues/429) Dropped support for PHP 7.2 and 7.3 + +#### Fixed + +* *Nothing* + + ## 1.21.0 - 2019-12-29 #### Added