From fc955e6f123c862eb9aa3467e766846660b1351c Mon Sep 17 00:00:00 2001 From: d-claro Date: Fri, 3 Jul 2026 10:14:09 +0100 Subject: [PATCH] feat: add changelog to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5218377..4e1ca1c 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,9 @@ Generates file: `knowledge_base/history.md` - Always activate the virtual environment before using the tool: `source venv/bin/activate` - Never delete a test case — change the state to `Blocked` if no longer applicable - Update `roadmap.md` whenever a step is completed -- The `venv/` folder should not be shared or pushed to Git \ No newline at end of file +- The `venv/` folder should not be shared or pushed to Git + + +## Changelog + +- 2026-06-30 — Initial project setup \ No newline at end of file