From 76c2419e17b929d6e926b3c92aaff2b0a2aa4b9d Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 20 Feb 2022 15:35:44 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 247587e..1333cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## 1.2.0 (Unreleased) + +### Changed + - Drop support for PHP 7.2/7.3 and legacy Symfony HttpFoundation versions. + - Used TypedProperties instead of manual validation + ## 1.1.0 (2022-02-20) ### Added