From c0180f1de7c5d06e4b84efbc751ea19167140173 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Sat, 5 Feb 2022 10:44:52 +0100 Subject: [PATCH] v3.12.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccca37..e24a573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `enum` will be documented in this file +## 3.12.0 - 2022-02-05 + +- Add support for `isset()` calls to enum `->value` und `->label` - [#109](https://github.com/spatie/enum/pull/109) + ## 3.11.1 - 2021-11-25 - Change attribute for PHP 8.1 compatibility