From c028f722e667d98a3479295bd851653ae704aebf Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Mon, 7 Apr 2014 00:22:38 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea0663..2bc1f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Pundit -## 0.2.3 (unreleased) +## 0.2.3 (2014-04-06) +- Included RSpec matchers are ready for RSpec 3 (#124) +- Customizable error messages: Add `#query`, `#record` and `#policy` readers to `NotAuthorizedError` (#114) +- Raise `AuthorizationNotPerformedError` when `authorize` call is expected but missing in controller action (#109) - Add CHANGELOG (#107) ## 0.2.2 (2014-02-07) -- Add [`pundit_user`](https://github.com/elabs/pundit#customize-pundit-user) (#42) +- Add `pundit_user` (#42)