From afefebc5310d06350cee96e059a7a945c8835851 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 11 Oct 2024 19:41:11 -0400 Subject: [PATCH] Bumps the version to 0.4.4 and updates the NEWS file. Signed-off-by: Aaron Jacobs --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index 375810e..e942eab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# log4r 0.4.4 + +* Fixes failing unit tests for the HTTP appender. + +* JSON logs now have newlines, as intended (#30, @brooklynbagel). + +* Updates the R CMD check GitHub Action to a modern version (#27, @hadley). + +* Updates the project to `testthat` 3e (#26, @hadley). + +* Updates `roxygen2` documentation to use Markdown syntax (#25, @hadley). + # log4r 0.4.3 * Fixes a potential memory corruption issue identified by rchk. Thanks to Tomas