Skip to content

Changelogs

Michael Hillcox edited this page Aug 2, 2020 · 3 revisions

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 seperate each Minecraft versions updates instead of mixing them all into one.

Change logs

Updating our changelog

Note

This is a guide for new contributors and maintainers, you don't need to read this if you're not one of those people 👍

Standard

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.


Example

Types of changes include:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in 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