varvet--pundit/CHANGELOG.md

13 lines
384 B
Markdown
Raw Normal View History

2014-02-09 08:43:33 +00:00
# Pundit
2014-04-06 22:22:38 +00:00
## 0.2.3 (2014-04-06)
2014-02-09 08:43:33 +00:00
2014-04-06 22:22:38 +00:00
- 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)
2014-02-09 08:43:33 +00:00
- Add CHANGELOG (#107)
## 0.2.2 (2014-02-07)
2014-04-06 22:22:38 +00:00
- Add `pundit_user` (#42)