Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 699 Bytes

File metadata and controls

40 lines (26 loc) · 699 Bytes

Changelog

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

Updates should follow the Keep a CHANGELOG principles.

3.8.0 - 2026-02-03

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Now handles the new JSON_ERROR_NON_BACKED_ENUM error case introduced in PHP 8.1.

Removed

  • PHP < 8.3 is no longer supported.

Security

  • Nothing

3.7.1 - 2026-01-12

Added

  • Changed PHPDocs to use $this for fluent methods, which helps IDE autocompletes.

Deprecated

  • Nothing

Fixed

  • Assorted legalese and paperwork updates.
  • Improved .gitattributes to ship fewer files.

Removed

  • Nothing

Security

  • Nothing