Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning

[Unreleased]

Keep an Unreleased section at the top to track upcoming changes.

This serves two purposes:

  • People can see what changes they might expect in upcoming releases
  • At release time, you can move the Unreleased section changes into a new release version section.

1.0.0 - 1970-01-01

Each version should:

  • List its release date in the above format.
  • Group changes to describe their impact on the project, as follows.

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

  • To invite users to upgrade in case of vulnerabilities, although it's a rare case with game mods.