docs: rename AUTHORS.md to HISTORY.md and update references

The file documents project lineage and development phases, not just
a flat list of authors — HISTORY.md is a more accurate name and
follows common open-source convention.
This commit is contained in:
Houmgaor
2026-03-20 11:56:19 +01:00
parent 220671e959
commit 71b675bf3e
3 changed files with 2 additions and 2 deletions

View File

@@ -502,6 +502,6 @@ Initial Community Edition and foundational work:
This changelog documents all known changes from the Community Edition reupload (February 25, 2022) onwards. The period before this (Einherjar Team era, ~2020-2022) has no public git history.
Earlier development by Cappuccino/Ellie42 (March 2020) focused on basic server infrastructure, multiplayer systems, and core functionality. See [AUTHORS.md](AUTHORS.md) for detailed development history.
Earlier development by Cappuccino/Ellie42 (March 2020) focused on basic server infrastructure, multiplayer systems, and core functionality. See [HISTORY.md](HISTORY.md) for detailed development history.
The project began following semantic versioning with v9.0.0 (August 3, 2022) and maintains tagged releases for stable versions. Development continues on the main branch with features merged from feature branches.

View File

@@ -239,4 +239,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## Authors
A list of authors can be found at [AUTHORS.md](AUTHORS.md).
A list of authors can be found at [HISTORY.md](HISTORY.md).