From bc4824a66653bc564dc93656282a717adf03f140 Mon Sep 17 00:00:00 2001 From: cmoussa1 Date: Mon, 5 Aug 2024 10:14:59 -0700 Subject: [PATCH] NEWS: add release notes for v0.36.0 Problem: There are no release notes for v0.36.0. Add some release notes. --- NEWS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6e598e23c..fa656f855 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +flux-accounting version 0.36.0 - 2024-08-06 +------------------------------------------- + +#### Fixes + +* python: change function descriptions to follow docstring convention (#468) + +* python: convert more function descriptions to docstring format (#470) + +* src: remove `flux_account_shares.cpp` in favor of just using `-t` option with +`view-bank` (#471) + +* `fetch-job-records`: add integrity check for records (#475) + +#### Features + +* `bank_table`: add a new `list-banks` command (#473) + flux-accounting version 0.35.0 - 2024-07-10 -------------------------------------------