From 00544917f07d683818fcc2f03b60fc0d4177799b Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Tue, 19 Nov 2024 11:34:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b1690..92fdbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,15 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi - Nothing +## 2.2.0 - 2024-11-19 + +### Added +- Method `SelfAware::metaAttributeNames()` to list the names of all meta attributes + +### Changed +- Upgraded PHPStan to v2 + + ## 2.1.0 - 2024-10-30 ### Added