From f79c6122d0caa70f0a4b871d160dd88a06ecef27 Mon Sep 17 00:00:00 2001 From: wbt Date: Tue, 7 Feb 2023 14:30:38 -0500 Subject: [PATCH] Note TS<4.4 incompatibility per #244 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21af64..ef91bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ in https://github.com/winstonjs/logform/pull/243 to fix https://github.com/winst ### [2.5.0](https://github.com/winstonjs/logform/compare/v2.4.2...v2.5.0) **2023/02/06** +## Most Important: +* Now incompatible with TypeScript < 4.4 due to [PR #240](https://github.com/winstonjs/logform/pull/240), as pointed out in [#244](https://github.com/winstonjs/logform/issues/244). + ## Improvements All the improvements in this release are from first-time contributors - thanks for your contributions! * Feature - optionally include Error.cause property by @davidnbooth in https://github.com/winstonjs/logform/pull/226