Skip to content

Commit

Permalink
Release notes for 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Doomen committed Aug 28, 2019
1 parent fa64a85 commit d1b5c1e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/_pages/releases.md
Expand Up @@ -7,6 +7,17 @@ sidebar:
nav: "sidebar"
---

## 5.9.0

**What's New**
* Added `Match` method to (nullable) numeric assertions - [#1112](https://github.com/fluentassertions/fluentassertions/pull/1112)

**Fixes**
* Using a custom `IAssertionStrategy` with an `AssertionScope` did not always capture all assertion failures - [#1118](https://github.com/fluentassertions/fluentassertions/issues/1118)
* Ensured `null` arguments are handled with clearer exception messages - [#1117](https://github.com/fluentassertions/fluentassertions/pull/1117)

Special thanks to contributors [@liklainy](https://github.com/Liklainy) and [Amaury Levé](https://github.com/Evangelink).

## 5.8.0

**What's New**
Expand Down

0 comments on commit d1b5c1e

Please sign in to comment.