From db42adfea8a686d85a68b37433b0c60ba62d0b37 Mon Sep 17 00:00:00 2001 From: Markus Poerschke Date: Tue, 19 Dec 2023 20:21:28 +0100 Subject: [PATCH] Fix CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787828e7..5ad0b90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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/spec/v2.0.0.html). -## [Unreleased]### Added +## [Unreleased] + +### Added - Support PHP 8.3 [#576](https://github.com/markuspoerschke/iCal/pull/576)