From 193131953e868fb092302b1c4a9d6dd69feb4c54 Mon Sep 17 00:00:00 2001 From: deirn Date: Sun, 1 Sep 2024 00:55:04 +0700 Subject: [PATCH] Update CHANGELOG.txt --- CHANGELOG.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5c9b21c9..e22e71e9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ 12.x - 1.21.1 - dev/master - java 21 ==================================== +12.4.1 - Fixed crash on Forge if plugin annotation missing the side value 12.4.0 - [API] Added separate common and client-side entrypoints, `IWailaCommonPlugin` and `IWailaClientPlugin` - Added `ICommonRegistrar` and `IClientRegistrar` - Deprecated `IWailaPlugin` and `IRegistrar` @@ -212,6 +213,7 @@ 8.x - 1.20.1 - dev/1.20.1 - java 17 =================================== +8.15.1 - Fixed crash on Forge if plugin annotation missing the side value 8.15.0 - [API] Added separate common and client-side entrypoints, `IWailaCommonPlugin` and `IWailaClientPlugin` - Added `ICommonRegistrar` and `IClientRegistrar` - Deprecated `IWailaPlugin` and `IRegistrar` @@ -448,6 +450,7 @@ 5.x - 1.19.2 - dev/1.19.2 - java 17 =================================== +5.30.1 - Fixed crash on Forge if plugin annotation missing the side value 5.30.0 - [API] Added separate common and client-side entrypoints, `IWailaCommonPlugin` and `IWailaClientPlugin` - Added `ICommonRegistrar` and `IClientRegistrar` - Deprecated `IWailaPlugin` and `IRegistrar`