diff options
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3dc20207..7e5d152a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -128,3 +128,12 @@ releases: fragments: - 1.0.3.yaml release_date: '2020-08-06' + 1.0.4: + changes: + minor_changes: + - Moved intent testcases from integration suite to unit tests. + - Reformatted files with latest version of Black (20.8b1). + fragments: + - 71-refactor-interface-test.yaml + - 80-reformat-files.yaml + release_date: '2020-08-27' |