# HG changeset patch # User Sebastien Jodogne # Date 1691839069 -7200 # Node ID 13494da9925ddb2ebcd36b68f5de59313b03a1ba # Parent 91b3154bd4e16db19e2af5a7c03a223c916cdf2a fix NEWS diff -r 91b3154bd4e1 -r 13494da9925d NEWS --- a/NEWS Sat Aug 12 13:17:17 2023 +0200 +++ b/NEWS Sat Aug 12 13:17:49 2023 +0200 @@ -1,6 +1,12 @@ Pending changes in the mainline =============================== +REST API +-------- + +* API version upgraded to 22 +* Added a route to delete completed jobs from history: DELETE /jobs/{id} + Maintenance ----------- @@ -8,12 +14,6 @@ as suggested by Etienne Mollier: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041813 * Prevent the leak of the full path of the source files in the binaries -REST API --------- - -* API version upgraded to 22 -* Added a route to delete completed jobs from history: DELETE /jobs/{id} - Version 1.12.1 (2023-07-04) ===========================