From 71b675bf3e700d2284ac9312399fc6f52c9029f8 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Fri, 20 Mar 2026 11:56:19 +0100 Subject: [PATCH] docs: rename AUTHORS.md to HISTORY.md and update references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGELOG.md | 2 +- AUTHORS.md => HISTORY.md | 0 README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename AUTHORS.md => HISTORY.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd26cf313..8467acee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/AUTHORS.md b/HISTORY.md similarity index 100% rename from AUTHORS.md rename to HISTORY.md diff --git a/README.md b/README.md index 8bea0947d..0be77dbd3 100644 --- a/README.md +++ b/README.md @@ -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).