CHANGELOG.md in pundit-1.0.1 vs CHANGELOG.md in pundit-1.1.0
- old
+ new
@@ -1,7 +1,15 @@
# Pundit
+## 1.1.0 (2016-01-14)
+
+- Can retrieve policies via an array of symbols/objects.
+- Add autodetection of param key to `permitted_attributes` helper.
+- Hide some methods which should not be actions.
+- Permitted attributes should be expanded.
+- Generator uses `RSpec.describe` according to modern best practices.
+
## 1.0.1 (2015-05-27)
- Fixed a regression where NotAuthorizedError could not be ininitialized with a string.
- Use `camelize` instead of `classify` for symbol policies to prevent weird pluralizations.
@@ -15,10 +23,10 @@
- Instance variables are prefixed to avoid collisions.
- Add `Pundit.authorize` method.
- Add `skip_authorization` and `skip_policy_scope` helpers.
- Better errors when checking multiple permissions in RSpec tests.
- Better errors in case `nil` is passed to `policy` or `policy_scope`.
-- Use `inpect` when printing object for better errors.
+- Use `inspect` when printing object for better errors.
- Dropped official support for Ruby 1.9.3
## 0.3.0 (2014-08-22)
- Extend the default `ApplicationPolicy` with an `ApplicationPolicy::Scope` (#120)