From e8442e616824d9e5800bbffbc271a4cec98d0d02 Mon Sep 17 00:00:00 2001 From: Sebastian De Deyne Date: Tue, 11 Oct 2016 11:05:09 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fddd76d..7b8af62 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All Notable changes to `menu` will be documented in this file. +## 2.0.1 +- Fixed: Require `^1.0.0` of spatie/url + ## 2.0.0 - Added: Added the static `Menu::build` and non-static `Menu::fill` methods to create menu's from arrays. - Added: The `setActive` method on `Activatable` now also accepts a non-strict boolean or callable parameter to set `$active` to true or false.