From edc51c8231a411f58fb1144996d650d96d27f430 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Wed, 30 Aug 2023 17:53:16 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081820f..ab3c935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD +### Removed +- Drop PHP < 7.4 (#21); + +### Added +- Allow PHP 8 (#21); +- Add static analysis and fix reported issues (#21); + +### Fixed +- Correct license and license holder (#21); ## [0.1.0-alpha4] - 2020-10-14 ### Fixed