katip 0.6.2.0 → 0.6.2.1
raw patch · 3 files changed
+5/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−0
- changelog.md +3/−4
- katip.cabal +1/−1
README.md view
@@ -85,3 +85,4 @@ * [Alexander Vershilov](https://github.com/qnikst) * [Chris Martin](https://github.com/chris-martin) * [Domen Kožar](https://github.com/domenkozar)+* [Tristan Bull](https://github.com/tmbull)
changelog.md view
@@ -1,8 +1,7 @@-0.6.2.0+0.6.2.1 =======-* Add `mkHandleScribeWithFormatter`. This allows control over the- format of log items going to a handle. Credit to [Domen- Kožar](https://github.com/domenkozar) for the implementation.+* Add `mkHandleScribeWithFormatter`. This allows control over the format of log items going to a handle. Credit to [Tristan Bull](https://github.com/tmbull) for the implementation.+* Documentation fixes. Credit to [Domen Kožar](https://github.com/domenkozar) for the implementation. * Add `jsonFormat` handle formatter. * Deprecate `formatItem` which is now replaced by `bracketFormat`.
katip.cabal view
@@ -1,5 +1,5 @@ name: katip-version: 0.6.2.0+version: 0.6.2.1 synopsis: A structured logging framework. description: Katip is a structured logging framework. See README.md for more details.