-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to Templado are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) 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 | ||
|
||
[1.0.0]: https://github.com/theseer/journald/releases/tag/1.0.0 |