From b5ac4fa89c88df585d9befa7e6fa7694132f343d Mon Sep 17 00:00:00 2001 From: Alec Thomson Date: Tue, 3 Sep 2024 15:22:16 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9388a..36bcd41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2024-09-03 +### What's Changed +Mostly bits to help out a filesystem being sad +* Threadlock cutout writes to prevent dumb errors on Lustre (and maybe elsewhere?) +* Copy holography file to a $MEMDIR if it exists +* Allow validation plots to fail gracefully + +**Full Changelog**: https://github.com/AlecThomson/arrakis/compare/v2.3.11...v2.4.0 + ## [2.3.11] - 2024-07-15 ### What's Changed * Fix l,m calculation for tile offsets (including rotation)