Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 602 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
16 lines (11 loc) · 602 Bytes

Changelog

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

Updates should follow the Keep a CHANGELOG principles.

[3.0.0] - Not Released Yet

Added

  • Minimal supported PHP version bumped up to 7.4.
  • Use typehints and static analysis by PHPStan as much as possible.
  • Default trait implementation for yiisoft/friendly-exception contract.
  • Extend yiisoft/friendly-exception contract with client friendly exception to mark exception that can be safely shown to end user.
  • Translatable exceptions with symfony/translation-contracts.