-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tamas Balog
committed
Dec 13, 2020
1 parent
dc028de
commit 89fc8ba
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 \<version>" sections to readme and javadoc | ||
|
||
### v0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
<h4>0.2.0</h4> | ||
<ul> | ||
<li>Added references between Terra.it/Terra.validates calls and screenshots</li> | ||
<li>Added inspection for missing screenshots in Terra.validates/Terra.it calls</li> | ||
<li>Added inspection to check whether the global Terra selector is used in Terra.validates/Terra.it calls</li> | ||
</ul> | ||
<h4>0.1.0 - Initial release</h4> |