Skip to content

Commit

Permalink
Fixed release notes for 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Aug 10, 2021
1 parent 562514c commit 2cf2f6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: jqwik Release Notes
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
### Table of Contents

- [1.5.4-SNAPSHOT](#154-snapshot)
- [1.5.4](#154)
- [1.5.3](#153)
- [1.5.2](#152)
- [1.5.1](#151)
Expand All @@ -25,12 +25,12 @@ title: jqwik Release Notes
<!-- END doctoc generated TOC please keep comment here to allow auto update -->


## 1.5.4-SNAPSHOT
## 1.5.4

<p style="padding-left:1em;font-size:larger">
<a href="/docs/snapshot/user-guide.html">User guide</a>
<a href="/docs/1.5.4/user-guide.html">User guide</a>
and
<a href="/docs/snapshot/javadoc/index.html">javadoc</a>
<a href="/docs/1.5.4/javadoc/index.html">javadoc</a>
</p>

#### New and Enhanced Features
Expand All @@ -44,15 +44,15 @@ and

- Improved shrinking performance of combinator-based arbitraries

- Added [`net.jqwik.api.Builders`](/docs/snapshot/javadoc/net/jqwik/api/Builders.html)
- Added [`net.jqwik.api.Builders`](/docs/1.5.4/javadoc/net/jqwik/api/Builders.html)
as replacement for the now deprecated `net.jqwik.api.Combinators.withBuilder(..)` API.
Here's the [relevant section](/docs/snapshot/user-guide.html#combining-arbitraries-with-builder) in the user guide.
Here's the [relevant section](/docs/1.5.4/user-guide.html#combining-arbitraries-with-builder) in the user guide.

- Progress on [generation of DateTimes](/docs/snapshot/user-guide.html#generation-of-datetimes):
- Progress on [generation of DateTimes](/docs/1.5.4/user-guide.html#generation-of-datetimes):
Objects of type `java.time.Instant` can now be generated by default.

- `FloatArbitrary` and `DoubleArbitrary` can now
[generate special values on demand](/docs/snapshot/user-guide.html#special-decimal-values).
[generate special values on demand](/docs/1.5.4/user-guide.html#special-decimal-values).


#### Breaking Changes
Expand Down

0 comments on commit 2cf2f6f

Please sign in to comment.