From 06e00c45c12442290dbc4dc1cf7ad34fe90eab56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sun, 6 Oct 2024 23:54:21 +0200 Subject: [PATCH] docs(CHANGELOG): mention minor hang incidentally fixed by dep updates --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19092eb..69cbf5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ Versioning](https://semver.org/spec/v2.0.0.html). - This should fix a spurious TOML parse error for TOML files with comments and CRLF line endings. +### Fixed + +- The action will no longer occasionally hang for a few minutes when uploading + the generated pack for caching. + ## [4.0.2] - 2023-12-27 ### Changed