From 015a5965dc3fe5845d9c60003de2cd7b9cd17831 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Sun, 28 Jul 2024 08:21:06 -0500 Subject: [PATCH] - Always fire loaded metadata event, courtesy of Warrior with PR #7531. - Remove newday timer option, courtesy of Warrior with PR #7509. - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1. - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0. --- Towny/src/main/resources/ChangeLog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index f824bee5dd..7bf0d073be 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9942,4 +9942,8 @@ v0.92.0.11: 0.100.3.11: - New Command: /ta resident NAME about clear - Used by an admin to remove a Resident's About line. - - Prevent potential NPE caused by EntityDamageEvents with no DamageCause. \ No newline at end of file + - Prevent potential NPE caused by EntityDamageEvents with no DamageCause. + - Always fire loaded metadata event, courtesy of Warrior with PR #7531. + - Remove newday timer option, courtesy of Warrior with PR #7509. + - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1. + - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0. \ No newline at end of file