From 10bbeb8907d601d16b2eaae4ed98e55e8cbf5564 Mon Sep 17 00:00:00 2001 From: adRn-s Date: Mon, 9 Dec 2024 15:31:19 +0100 Subject: [PATCH] upcoming release --- CHANGELOG.md | 6 +++++- backend/common/templates/login.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a88b2156..c49909c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ??.??.?? ======== +- ... + +24.12.09 +======== + Breaking changes: - API endpoint `api/analysis_list/analysis_list/?flowcell_id={FCID}` was updated to return a list of 3 strings representing the organism (name, which is the old string returned until now, plus: label for naming downstream analysis directories, and a yaml key or filepath for downstream analyses e.g. dorado, cellranger, snakePipes, etc.) @@ -11,7 +16,6 @@ Non-breaking changes: - Fixed 'DoesNotExist' error when deleting a Request, due to a wrong implementation of History tracking. - Fixed an edge case where latency could swap samples/ libs from one request to the other when User changed its view too quickly. (#178) -- ... 24.11.14 diff --git a/backend/common/templates/login.html b/backend/common/templates/login.html index 01351ea99..69cf25089 100644 --- a/backend/common/templates/login.html +++ b/backend/common/templates/login.html @@ -22,7 +22,7 @@