From 5f7be69f0f182ca6f3653a99cc8d6c91768ada65 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sat, 11 Jan 2020 01:37:08 +0100 Subject: [PATCH] Add changelog entry for 6e8a3e1626cfebd7cd26586cae516c481d864a96. Adds a changelog entry for the changes made in 6e8a3e1626cfebd7cd26586cae516c481d864a96. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 9606776..7464b29 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ These changes will (most likely) be included in the next version. ## [Unreleased] +- Arena signs now support dynamic list entry variables for 4 different player lists. As an example, `` results in the name of a player in the lobby who hasn't readied up yet. This is useful for visualizing who is holding up the lobby. Check the wiki for details. ## [0.104.2] - 2020-01-03 - The region overlap check now works across both arena and lobby regions, i.e. all four combinations of intersections between two regions (arena-arena, arena-lobby, lobby-arena, and lobby-lobby) are evaluated.