From 8ed77c240f2c1436679cc1183f472f96545f6664 Mon Sep 17 00:00:00 2001 From: Linus Marton Date: Wed, 4 Jul 2018 20:19:42 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56c606..f6ce163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Add `policy_class` option to `authorize` to be able to override the policy. (#441) +- Add `policy_scope_class` option to `authorize` to be able to override the policy scope. (#441) - Fix `param_key` issue when passed an array. (#529) - Only pass last element of "namespace array" to policy and scope. (#529) - Allow specification of a `NilClassPolicy`. (#525)