SwiftLog 1.4.0
Highlights
This release addresses a missing public init
in the newly introduced NoOpLogHandler
. Please use 1.4.0 rather than 1.3.0 to be able to actually instantiate the that handler.
SemVer Minor
- Add
public init
toNoOpLogHandler
introduced in 1.3.0 #142
Credits
This release contains a single PR: #146
The complete change-list is available on the 1.4.0 milestone.
Thank you @adam-fowler for spotting and fixing the mistake!