From 099237909f99e5f8cce71e62cac40f245755ff9e Mon Sep 17 00:00:00 2001 From: Anselm McClain Date: Mon, 14 Nov 2022 10:43:46 -0800 Subject: [PATCH] Update changelog for v14.4.2 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a604dea4..7769c0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## 15.0-SNAPSHOT - unreleased +## 14.4.2 - 2022-11-14 ### ⚙️ Technical -* Improved the signatures of `LogSupport` provided methods `withInfo` and similar to pass through - the return type of their closure argument. +* Improved the signatures of `LogSupport` methods `withInfo` (and similar) to pass through the + return type of their closure argument. ## 14.4.1 - 2022-10-24