1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Update CHANGELOG with unreleased changes

This commit is contained in:
Linus Marton 2018-04-27 13:34:39 +02:00
parent b31796256c
commit 29353840d6
No known key found for this signature in database
GPG key ID: 3AE26AD3E41F5ED8

View file

@ -1,5 +1,9 @@
# Pundit
## Unreleased
- Return passed object from `#authorize` method to make chaining possible (#385)
## 1.1.0 (2016-01-14)
- Can retrieve policies via an array of symbols/objects.