Skip to content

Commit

Permalink
Update CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Aug 25, 2024
1 parent 96867e5 commit 92e3475
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
12.x - 1.21.1 - dev/master - java 21
====================================
12.4.0 - [API] Added separate common and client-side entrypoints, `IWailaCommonPlugin` and `IWailaClientPlugin`
- Added `ICommonRegistrar` and `IClientRegistrar`
- Deprecated `IWailaPlugin` and `IRegistrar`
- Changed built-in configs to use translations properly
12.3.0 - Updated to Minecraft 1.21.1
- Updated Russian translations (#285)
- Fixed crash when opening the config screen from NeoForge's mod menu screen (#286)
Expand Down Expand Up @@ -208,6 +212,10 @@

8.x - 1.20.1 - dev/1.20.1 - java 17
===================================
8.15.0 - [API] Added separate common and client-side entrypoints, `IWailaCommonPlugin` and `IWailaClientPlugin`
- Added `ICommonRegistrar` and `IClientRegistrar`
- Deprecated `IWailaPlugin` and `IRegistrar`
- Changed built-in configs to use translations properly
8.14.0 - Updated Russian translations (#285)
- [API] Added API to annotate config object with comments in JSON5 mode
- Changed config files from JSON to JSON5, also added comments for them
Expand Down Expand Up @@ -440,6 +448,10 @@

5.x - 1.19.2 - dev/1.19.2 - java 17
===================================
5.30.0 - [API] Added separate common and client-side entrypoints, `IWailaCommonPlugin` and `IWailaClientPlugin`
- Added `ICommonRegistrar` and `IClientRegistrar`
- Deprecated `IWailaPlugin` and `IRegistrar`
- Changed built-in configs to use translations properly
5.29.0 - Updated Russian translations (#285)
- Fixed crash on Forge server
- [API] Added API to annotate config object with comments in JSON5 mode
Expand Down

0 comments on commit 92e3475

Please sign in to comment.