CHANGELOG.md in pundit-2.0.1 vs CHANGELOG.md in pundit-2.1.0
- old
+ new
@@ -1,6 +1,14 @@
# Pundit
+### Fixed
+
+- Avoid name clashes with the Error class. (#590)
+
+### Changed
+
+- Return a safer default NotAuthorizedError message. (#583)
+
## 2.0.1 (2019-01-18)
### Breaking changes
None