From 2b1f4ecc21681f5f5523a5e1b2d8e16f5c53b3ee Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:28:31 -0400 Subject: [PATCH] tweak changelog.md --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 260e99ff..60c6bdb6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [0.9.0] - 2024-04-19 ### Fixed - Bug with rm_record for filebackend +- Bug when using record_identifier via env variable and the CLI ### Added - Added results history and history retrieval for both file and db backends via `retrieve_history` [#177](https://github.com/pepkit/pipestat/issues/177). - Added `remove_record` to Pipestat manager object (it is no longer only on backend classes)