Skip to content

Commit 54f1717

Browse files
authored
Merge pull request #55 from alephcloud/version-0.4.1
version 0.4.1
2 parents 0366730 + dff52b8 commit 54f1717

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# yet-another-logger
22

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+
311
## 0.4.0 (2020-04-07)
412

513
#### Changed

yet-another-logger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.4
22
Name: yet-another-logger
3-
Version: 0.4.0
3+
Version: 0.4.1
44
Synopsis: Yet Another Logger
55
Description:
66
A logging framework written with flexibility and performance

0 commit comments

Comments
 (0)