From 7ee9fe60a2ef8d2e3538c4c7799103b6a23dc279 Mon Sep 17 00:00:00 2001 From: Sebastian De Deyne Date: Mon, 4 Apr 2016 13:11:50 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25141d..40e438d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to `laravel-menu` will be documented in this file +## 1.2.0 +- The `Menu` class now implements the `Illuminate\Contracts\Support\Htmlable` interface +- Fixed some dependency issues, this package now requires illuminate 5.1.14+ components + ## 1.1.0 - Added conditional `add` functions `urlIf`, `actionIf` and `routeIf` - Added authorized `add` function `addIfCan`, `linkIfCan`, `htmlIfCan`, `urlIfCan`, `actionIfCan` and `routeIfCan`