From 0f3fc31179ecf620bad30d565e71517e604b0ff6 Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Thu, 2 May 2024 14:00:26 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5fdd2..250749b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Functional testing framework with concrete tests for `methods.set_env()` - Functional test for `bam_parser.parse_bam_header()`. - Dump parameters with `json_extractor.store_params_json()` +- Function to save process logs, even after failure ### Fixed - Fixed retry for potentially undefined variable `proc_name_keys`. #57