From f0168e15af0f130191a3d77491bdfdc0c9c2093a Mon Sep 17 00:00:00 2001 From: Linus Marton Date: Wed, 6 Jun 2018 20:36:49 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d941216..a90ddcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Unreleased +- 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) +- Use `action_name` instead of `params[:action]`. (#419) - Add `pundit_params_for` method to make it easy to customize params fetching. (#502) - Return passed object from `#authorize` method to make chaining possible. (#385)