UnixEspresso
New member
- Joined
- May 20, 2022
- Messages
- 5
- Reaction score
- 2
- Points
- 0
I've created a simple wrapper for changelogs to make it easier 
Getting Started
Each update contains the update title and its changelogs. Here's an example:
Download: Easy Changelogs
Adjust to your liking.

Getting Started
Each update contains the update title and its changelogs. Here's an example:
Java:
this.changelogs.add(new Changelog("title", new String[]{"update 1", "update 2"}));
Download: Easy Changelogs
Adjust to your liking.