Changelogs
We no longer maintain the CHANGELOG.md file on the master branch as we've opted to keep out wiki as the single point of truth for all version updates :D. This allows us to separate each Minecraft versions updates instead of mixing them all into one.
This is a guide for new contributors and maintainers, you don't need to read this if you're not one of those people 👍
The format of this document is based on Keep a Changelog, and should continue to adhere to the conventions outlined in the Keep a Changelog guidelines.
Types of changes include:
-
Addedfor new features. -
Changedfor changes in existing functionality. -
Deprecatedfor soon-to-be removed features. -
Removedfor now removed features. -
Fixedfor any bug fixes. -
Securityin case of vulnerabilities.
Please do not include your own or edit the heading of these. If something somehow does not fit into these types then add a Note: to the top of your version heading.
## [Full Version] - Date of release in Eastern Standard Time [yyyy-mm-dd]
### Added
- Example Line
### Changed
- Example Line
### Deprecated
- Example Line
### Removed
- Example Line
### Fixed
- Example Line
### Security
- Example Line