From 7b6d13d9dcace19256cdb733a6233a08ee79c35c Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Wed, 29 Mar 2023 15:56:38 +0300 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67933ed..06c2744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ ## [v0.2.0](https://git.zhirov.kz/dlang/singlog/compare/v0.1.0...v0.2.0) (2023.03.29) -### Bug fixes - - Removed functions `fileOn()` and `fileOff()` + +### New + - Simultaneous writing to the standard stream, syslog and file by binary setting the output flag ## [v0.1.0](https://git.zhirov.kz/dlang/singlog/commits/df602a8d0083249068b480e4a92cf7932f2c582b) (2023.03.23)