From 47cedb5a8cbdf446a2ddbc809061ada35f6549e4 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Mon, 2 Dec 2024 11:47:34 -0800 Subject: [PATCH] NEWS: add release notes for v0.40.0 Problem: There are no release notes for flux-accounting v0.40.0. Add some release notes. --- NEWS.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS.md b/NEWS.md index 05c5ff05..721d9558 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,28 @@ +flux-accounting version 0.40.0 - 2024-12-03 +------------------------------------------- + +#### Fixes + +* `list-banks`: use `AccountingFormatter` class (#524) + +* `add-user`: make `--username` and `--bank` required arguments (#532) + +* `edit-user`: unify reset behavior, `**kwargs` for editable fields (#535) + +#### Features + +* `view-job-records`: add `--bank` filter option (#533) + +* doc: add example on configuring priorities for queues (#542) + +#### Testsuite + +* t: change which user is deleted from `association_table` (#528) + +#### CI + +* ci(mergify): upgrade configuration to current format (#537) + flux-accounting version 0.39.0 - 2024-11-05 -------------------------------------------