From db1304c11a274093055144983ec32f55212a0ae4 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 18 Oct 2018 19:24:02 +0200 Subject: [PATCH] Added unreleased changes to changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486dddac..2da4bc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # CHANGELOG +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). + + +## [Unreleased] + +#### Added + +* [#233](https://github.com/shlinkio/shlink/issues/233) Added support for PHP 7.3 + +#### Changed + +* *Nothing* + +#### Deprecated + +* *Nothing* + +#### Removed + +* *Nothing* + +#### Fixed + +* *Nothing* + + ## 1.13.1 - 2018-10-16 #### Added