From 89fc8bae17ac539b118e52dd77b736091ca8cd93 Mon Sep 17 00:00:00 2001 From: Tamas Balog Date: Sun, 13 Dec 2020 15:42:33 +0100 Subject: [PATCH] Update changelog documents --- CHANGELOG.md | 15 +++++++++++++++ changelog.html | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a3e65b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +### v0.2.0 + +#### NEW +- \#1: Added references between Terra.it/Terra.validates calls and screenshots +- \#2: Added inspection for missing screenshots in Terra.validates/Terra.it calls +- \#4: Added inspection to check whether the global Terra selector is used in Terra.validates/Terra.it calls + +#### MAINTENANCE +- \#3: Reorganized documentation and "introduced in \" sections to readme and javadoc + +### v0.1.0 + +Initial release diff --git a/changelog.html b/changelog.html index c84d47f..3d2d6e6 100644 --- a/changelog.html +++ b/changelog.html @@ -1 +1,7 @@ +

0.2.0

+

0.1.0 - Initial release