From e4e47c6f2ffb6de7518b27ff5acc1b1551dd00a5 Mon Sep 17 00:00:00 2001 From: Sebastian Heuer Date: Tue, 31 Jan 2023 12:00:34 +0100 Subject: [PATCH] add CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9a91226 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## 0.2.0 + +### General + +- removed roles and metrics from the book for now, as they lack content +- fixed typos + +### Core Principles + +- added a more relevant study about pair programming to the collaboration principle +- extended Ship / Show / Ask explanation in the collaboration principle +- added SaaS vs. self-hosting example to the industry standards principle +- simplified last paragraph in rules principle + +### Technical Foundation + +- added Hypothesis-Driven-Development + +### Roles + +- added QA Specialist role + +## 0.1.0 + +- initial release for early feedback \ No newline at end of file