Skip to content

Commit 8037ccc

Browse files
committed
goc(CHANGELOG.md) update
1 parent 0740372 commit 8037ccc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2023-06-28
910
### Changed
1011
- Show the snapshot diff by default, deactivate setting the `showSnapshotDiff` property of a `SnapshotAssertions` trait user to `false`.
12+
- Make the `SnapshotAssertions` trait `public` to allow its use in Actor classes.
13+
14+
### Fixed
15+
- Ensure multiple snapshot assertions in the context of the same test method do not overwrite each other.
1116

1217
## [1.0.0] - 2023-06-16
1318
### Changed

0 commit comments

Comments
 (0)