From 23cf6e8035237747f5d197e659eeeaab3996bd89 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Mon, 22 May 2023 21:42:47 +0200 Subject: [PATCH] chore: update history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 139c86399..6742fb431 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,8 @@ - Fix #2938: make the syntax description of all functions consistent in the docs (#2941). Thanks @dvd101x. +- Fix #2954: improve the TypeScript definitions the return type of functions + `min` and `max` (#2955). Thanks @Maxim-Mazurok. - Drop official support for Node.js 14, has reached end of life.