Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 548 Bytes

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 548 Bytes

Changelog

All notable changes to Journald are documented in this file using the Keep a CHANGELOG principles.

[1.1.0] - 2022-09-27

Added

  • JournalEntry::fromMessage() now has an optional $traceOffset parameter to allow for better integration in 3rd party logger infrastructures

Fixed

  • JournalEntry's CODE_LINE and CODE_FILE references point to wrong location when created from message

1.0.0 - 2022-06-06

  • Initial Release