From 2922ad458c8e232d44bce8c98fd98f0af6c65a53 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 19 Apr 2024 22:23:15 -0400 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd05c792..ac2fc67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ 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] +## [unreleased] + +### Added - Updated CI to also test on PHP 8.3 #407 - Updated readme PHP requirement to PHP 7.0+ #407 - Added dependabot for GitHub Actions #407 +### Fixed +- Return types are too strict. #412 + ## [1.0.0] - 2023-12-13 ### Added