From db89df1f53acbc5753d50d472679e36824211734 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 20 Dec 2024 22:40:04 +0800 Subject: [PATCH] add changelog entry Signed-off-by: tison --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6fb2f..4859790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.19.1] 2024-12-20 + +## Refactor + +* Migrate from `log`'s `kv_unstable` feature to `kv` feature ([#85](https://github.com/fast/logforth/pull/85)). + ## [0.19.0] 2024-12-07 +### Breaking Changes + * `module_path` is replaced by `target` in `JsonLayout` and `TextLayout` ([#82](https://github.com/fast/logforth/pull/82)). * Error perform logging now prints error in Debug format ([#84](https://github.com/fast/logforth/pull/84))