2019-12-24 02:02:41 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:40:40 +00:00
|
|
|
Fri Oct 4 02:01:56 UTC 2019 - psimons@suse.com
|
2019-10-10 18:54:48 +00:00
|
|
|
|
|
|
|
- Update fast-logger to version 3.0.0.
|
|
|
|
## 3.0.0
|
|
|
|
|
|
|
|
* Allowing the callback logger to be generic. [#182](https://github.com/kazu-yamamoto/logger/pull/180) This is a BREAKING CHANGE. Users should do:
|
|
|
|
1. Importing `LogType'` and related constructors because `LogType` is now a type alias.
|
|
|
|
2. Using `{-# LANGUAGE GADTs #-}`, even if you aren't using anything new, any time you try and `case` over values of type `LogType'`.
|
|
|
|
|
|
|
|
## 2.4.17
|
|
|
|
|
|
|
|
* Obtaining a fresh fd from IORef just before writing. [#180](https://github.com/kazu-yamamoto/logger/pull/180)
|
|
|
|
|
|
|
|
## 2.4.16
|
|
|
|
|
|
|
|
* Using strict language extensions.
|
|
|
|
|
|
|
|
## 2.4.15
|
|
|
|
|
|
|
|
* Rescuing GHC 7.8.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:40:40 +00:00
|
|
|
Fri Sep 6 06:39:56 UTC 2019 - psimons@suse.com
|
2019-10-10 18:54:48 +00:00
|
|
|
|
|
|
|
- Update fast-logger to version 2.4.17.
|
|
|
|
Upstream has not updated the file "ChangeLog.md" since the last
|
|
|
|
release.
|
|
|
|
|
2019-06-18 18:25:28 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:40:40 +00:00
|
|
|
Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com
|
2018-05-14 15:20:27 +00:00
|
|
|
|
2019-12-28 14:40:40 +00:00
|
|
|
- Add fast-logger at version 2.4.16.
|
2018-05-14 15:20:27 +00:00
|
|
|
|