From 492068ae74f83697693d4308c1db19224a311a26 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Fri, 1 Mar 2024 08:50:29 -0800 Subject: [PATCH] NEWS.md: add release notes for v0.30.0 Problem: There are no release notes for flux-accounting v0.30.0. Add some release notes. --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index 50611049..0c9f8d9d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,24 @@ +flux-accounting version 0.30.0 - 2024-03-04 +------------------------------------------- + +#### Fixes + +* plugin: improve callback for `job.validate` (#415) + +* plugin: move helper functions for `plugin.query` callback (#417) + +* plugin: move `split_string ()` out of plugin code (#418) + +* plugin: improve callback for `job.new` (#421) + +* plugin: improve `job.update/job.update...queue` callbacks (#423) + +* plugin: improve `job.state.priority` callback (#425) + +#### Features + +* plugin: add external `Association` class to be used in plugin (#412) + flux-accounting version 0.29.0 - 2024-01-08 -------------------------------------------