From 7ebc33e112a7068e9a9a3b503ef657741fc6aafd Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Sun, 13 Jul 2014 11:07:01 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e7c5c..f3b949e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Pundit -## 0.2.4 (unreleased) +## 0.3.0 (unreleased) -- Generate blank policy spec/test files for Rspec/MiniTest/Test::Unit in Rails (#138) +- Enable namespaced policies (#152) - Extend the default `ApplicationPolicy` with an `ApplicationPolicy::Scope` (#120) +- Fix RSpec 3 deprecation warnings for built-in matchers (#162) +- Generate blank policy spec/test files for Rspec/MiniTest/Test::Unit in Rails (#138) ## 0.2.3 (2014-04-06)