Skip to content

Commit

Permalink
Added API.Status promotion to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jul 24, 2023
1 parent c2cb814 commit cb6ffbc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ title: jqwik Release Notes
- Added constraint annotation `@UniqueChars` for String parameters.
This is an experimental feature.

- `EXPERIMENTAL` APIs promoted to `MAINTAINED`:
- `Arbitrary.edgeCases(Consumer<EdgeCases.Config<T>> configurator)`
- `Arbitrary.withoutEdgeCases()`
- `@Property.edgeCases()`
- `@ForAll.supplier()`
- `@From.supplier()`
- `@Provide.ignoreExceptions()`

#### Breaking Changes

Expand All @@ -64,7 +71,6 @@ title: jqwik Release Notes
and `ActionChainArbitrary.addAction(weight, action)`.



#### Bug Fixes

- Fixed bug when selecting parameterized values from domain contexts.
Expand Down

0 comments on commit cb6ffbc

Please sign in to comment.