Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 976 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 976 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Switched to Zeitwerk for autoloading

Added

  • Added Pragma::Policy::Pundit for policies that just delegate to Pundit
  • Implemented #context as an alias of #user

Changed

  • Pragma::Policy::Base::Scope has been moved to Pragma::Policy::Scope (alias provided for BC)
  • Pragma::Policy::UnauthorizedError no longer inherits from Pundit::UnauthorizedError

Removed

  • Dropped Pundit dependency

First Pragma 2 release.