mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Update changelog
This commit is contained in:
parent
0d6ed71ade
commit
c028f722e6
1 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue