From 1fa326ea8e401dad35d021bef94b6e222cf9a0e6 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 20 Apr 2023 00:57:59 +0300 Subject: [PATCH] [#549] added ChangeLog entry --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 695d0ff016..c9e40a14f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2126. [func] andrei + A new command named reservation-update is now available in the + host_cmds hook library. It updates an existing reservation. + (Gitlab #549) + 2125. [func] marcin Allocators can now be configured in the configuration backend. (Gitlab #2823)