From b7ea4d0cca8ebd3d3968d6730b7d91dc32a0fb2b Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 23 Mar 2024 16:38:19 +0100 Subject: [PATCH] Add release notes for #4987 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b87f8bdd2ef..4a536b8dec4 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,6 +43,7 @@ END TEMPLATE--> * Also added a `metrics.update_interval` CVar to go along with this, when metrics are scraped without usage of Prometheus directly. * IoC now contains an `IMeterFactory` implementation that you can use to instantiate metric meters. * `net.mtu_ipv6` CVar allows specifying a different MTU value for IPv6. +* Allows `player:entity` to take a parameter representing the player name. ### Bugfixes