Skip to content

Commit

Permalink
prep release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Jun 15, 2020
1 parent 98de047 commit f95dd4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v30.0.1-beta-1
Release Date: 2020-06-14
* PR 300: `Random.Number()` now inclusive of `max: int.MaxValue`.
* PR 300: `Random.Even()` better random distribution and range checking.
* PR 300: `Random.Odd()` better random distribution and range checking.
* PR 300: `Random.Int()` bug fixed where `.Int()` may not return `int.MaxValue`.
* PR 300: `Random.Decimal()` with greater decimal precision.
* Deterministic values may have changed.
* Big thank you to @logiclrd for PR 300!

## v29.0.2
Release Date: 2020-04-11

Expand Down

0 comments on commit f95dd4a

Please sign in to comment.