Skip to content

Commit e4ba0d4

Browse files
committed
Update release nots
1 parent 0130208 commit e4ba0d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/extensions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ runner {
723723
}
724724
----
725725

726+
[[snapshot-testing]]
726727
=== Snapshot testing
727728

728729
Since version 2.4, the `@Snapshot` extension has been added for snapshot testing.

docs/release_notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ include::include.adoc[]
2828
=== Misc
2929
* Add support for <<extensions.adoc#extension-store,keeping state in extensions>>
3030
* Add support for parameter injection of `@TempDir`
31+
* Add `@Snapshot` extension for <<extensions.adoc#snapshot-testing,snapshot testing>>
3132
* Improve `@TempDir` field injection, now it happens before field initialization, so it can be used by other field initializers.
3233
* Fix exception when configured `baseDir` was not existing, now `@TempDir` will create the baseDir directory if it is missing.
3334
* Fix bad error message for collection conditions, when one of the operands is `null`

0 commit comments

Comments
 (0)