From 200a70e8049808b4ea91cd55867b0c8540a00341 Mon Sep 17 00:00:00 2001 From: Dan Theisen Date: Thu, 7 Jul 2022 15:00:01 -0600 Subject: [PATCH] [#2419] Add changelog entry for reservation conflicts stat --- ChangeLog | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1a1f35871..fc55646b84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,9 @@ -2038. [func] djt - Add additional stats counters for host reservation - conflicts to global and subnet stats scope. The new - global stat is called v4-reservation-conflicts and - the subnet specific stat can be found at - subnet[id].reservation-conflicts - (Gitlab #2419) +2038. [func] djt + Add additional stats counters for host reservation + conflicts to global and subnet scope stats. The new global + stat is called v4-reservation-conflicts and the subnet + specific stat is called subnet[id].reservation-conflicts. + (Gitlab #2419) 2037. [bug] razvan, marcin Fixed a crash in HA+MT scenario caused by a race condition