docs: add project changelog

This commit is contained in:
2026-06-13 09:11:05 +02:00
parent 871e2c26c3
commit 313ed6cea3
2 changed files with 45 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ This repository is a browser-first photo mapping prototype.
- Make small, focused changes.
- Commit every git change set before finishing a task.
- Use conventional commit messages.
- Document each committed change set in `Changelog.md` with a short summary.
- Verify the result with `git diff --check` when possible.
- Update the README only when the user-facing setup or features change.