From 5e470ebd313e661037577da2fb68dffcce6ef7fa Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Mon, 2 Sep 2019 13:40:17 +0200 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbf4632..0a99887b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * Raised PHP requirements * [BC break] Enforced strong types on all interfaces and classes -* [BC break] Removed deprecated features. Spefically, MenuFactory and MenuItem are not accepting a `null` name anymore +* [BC break] Removed deprecated features. Specifically, MenuFactory and MenuItem are not accepting a `null` name anymore ## 2.4 (2019-07-29)