We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0366730 + dff52b8 commit 54f1717Copy full SHA for 54f1717
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# yet-another-logger
2
3
+## 0.4.1 (2022-07-07)
4
+
5
+* Add a build flag for using `TBMQueue` instead of `TBMChan` as log message
6
+ queue. (#54)
7
8
+* Performance improvements under high load when many messages are dropped.
9
+ (#53)
10
11
## 0.4.0 (2020-04-07)
12
13
#### Changed
yet-another-logger.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: yet-another-logger
-Version: 0.4.0
+Version: 0.4.1
Synopsis: Yet Another Logger
Description:
A logging framework written with flexibility and performance
0 commit comments