1.4.0
版本发布时间: 2020-07-16 10:06:49
apple/swift-log最新发布版本:1.6.1(2024-06-25 01:37:08)
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 https://github.com/apple/swift-log/pull/142
Credits
This release contains a single PR: https://github.com/apple/swift-log/pull/146
The complete change-list is available on the 1.4.0 milestone.
Thank you @adam-fowler for spotting and fixing the mistake!