update changelog

This commit is contained in:
nossr50 2025-01-26 15:07:54 -08:00
parent b36848bd47
commit af60826843
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Version 2.2.031
Fixed bug where en_us locale was being set system-wide (thanks BlvckBytes)
Fixed bug where Decimal format would throw exception on non en_us systems (thanks BlvckBytes)
Version 2.2.030 Version 2.2.030
Fixed bug where rupture task could cause an exception (Thanks Wariorrrr) Fixed bug where rupture task could cause an exception (Thanks Wariorrrr)
Fixed bug where Smelting permission was needed for Alchemy XP gain Fixed bug where Smelting permission was needed for Alchemy XP gain

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId> <groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId> <artifactId>mcMMO</artifactId>
<version>2.2.030</version> <version>2.2.031-SNAPSHOT</version>
<name>mcMMO</name> <name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url> <url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm> <scm>