Skip to content

Commit

Permalink
Updated the release notes for 6.0 alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Jan 7, 2021
1 parent 463497f commit 2fb9915
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_pages/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ sidebar:

## 6.0.0

**What's New**

**Fixes**

**Breaking Changes**

**Breaking Changes (Extensibility)**

## 6.0.0 Alpha 2

**What's New**
* Added async version of `Where` extension method to `ExceptionAssertions` to be able to check asynchronously thrown exception - [#1352](https://github.com/fluentassertions/fluentassertions/pull/1352).
* Added `[Not]BeUpperCased` and `[Not]BeLowerCased` to `StringAssertions` to be able to assert that a string is in upper or lower casing or not - [#1357](https://github.com/fluentassertions/fluentassertions/pull/1357).
Expand Down

0 comments on commit 2fb9915

Please sign in to comment.