From d4039eddafca9ed175da0cd730cd2ba252571528 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 18 Jun 2014 12:20:44 +0200 Subject: [PATCH] 1.1.1 change log --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5560020..644bd3f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Change log +## 1.1.1 + +- Optimized the rebuild of the authorizations + ## 1.1.0 - `ACL::unGrant()` is deprecated in favor of the new `ACL::revoke()` method. `unGrant()` will be removed eventually.