From 7b21ca027842782c126a226c15922d49febc3fec Mon Sep 17 00:00:00 2001 From: Linus Marton Date: Sun, 17 Jun 2018 09:32:53 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc898e..fd46942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Only pass last element of "namespace array" to policy and scope. (#529) - Allow specification of a `NilClassPolicy`. (#525) - Make sure `policy_class` override is called when passed an array. (#475) - Raise `InvalidConstructorError` if a policy or policy scope with an invalid constructor is called. (#462)