-
Notifications
You must be signed in to change notification settings - Fork 65
Changelogs
Michael Hillcox edited this page Mar 31, 2021
·
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 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:
-
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
- Template Manager (Block)
- Construction Paste Containers (Item)
- Construction Paste (Item)