From 0e39a58ad4f543b78e386d66cb91c5a61c9fd104 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 12 Feb 2025 16:30:51 +0000 Subject: [PATCH] chore(CHANGELOG): update entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4569ed3..8993022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Fixed - Fixed faulty calculation of lock expiration timestamp due to bad assumption about `os.time` units +- Write progress bar cleanup ANSI sequences to stderr instead to stdout to avoid managling command output +- Fix TOCTOU race condition by using an atomic operation for acquiring the installation lock ### Changed +- Migrated internal codebase to pesde v0.6.0 - Updated dependencies: - `dirs` to v0.3.0 - `pathfs` to v0.3.0