Skip to content

Commit

Permalink
Update release nots
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Jan 29, 2024
1 parent 0130208 commit e4ba0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/extensions.adoc
Expand Up @@ -723,6 +723,7 @@ runner {
}
----

[[snapshot-testing]]
=== Snapshot testing

Since version 2.4, the `@Snapshot` extension has been added for snapshot testing.
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes.adoc
Expand Up @@ -28,6 +28,7 @@ include::include.adoc[]
=== Misc
* Add support for <<extensions.adoc#extension-store,keeping state in extensions>>
* Add support for parameter injection of `@TempDir`
* Add `@Snapshot` extension for <<extensions.adoc#snapshot-testing,snapshot testing>>
* Improve `@TempDir` field injection, now it happens before field initialization, so it can be used by other field initializers.
* Fix exception when configured `baseDir` was not existing, now `@TempDir` will create the baseDir directory if it is missing.
* Fix bad error message for collection conditions, when one of the operands is `null`
Expand Down

0 comments on commit e4ba0d4

Please sign in to comment.