From 4849196e31c3f9ec2de7e6160da0ac4ab812a494 Mon Sep 17 00:00:00 2001 From: DIRACGrid CI Date: Tue, 26 Sep 2023 09:55:27 +0000 Subject: [PATCH] docs: Add release notes for v8.1.0a21 --- release.notes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release.notes b/release.notes index 5f6d70bfe8e..0951dc3954d 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,18 @@ +[v8.1.0a21] + +*Core + +FIX: (#7216) replace ColorBar.draw_all() with figure.draw_without_rendering() + +*WorkloadManagement + +FIX: (#7213) emove OwnerDN from SiteDirector & PilotStatus + +*WorkloadManagementSystem + +CHANGE: (#7190) add VO info in TaskQueueDB +FIX: (#7187) code simplification for SandboxStoreClient + [v8.1.0a20] *Test