Skip to content

Commit

Permalink
Introduce and Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Sep 27, 2022
1 parent ec0f9e7 commit 07fb78f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 07fb78f

Please sign in to comment.