From 14a5034bfee20c34c05302db4adc99bbaa2221ef Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Tue, 2 Jul 2024 21:58:03 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00a1ea095..e1b44ca2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - Fixed an edge-case that can occur in multithreading environments where in-memory changes to the `QuaccSettings` could carry over to a concurrent thread +- Made the detection of intermediate step directories more robust ### Removed