Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for v1.1.0 release (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Jan 7, 2022
1 parent db9f6c0 commit 3c8e570
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#### 1.1.0-beta2 December 23 2019 ####
#### 1.1.0 January 6 2022 ####

Version 1.1.0 release.

#### 1.1.0-beta2 December 23 2021 ####
- [Add support for Xunit TestFrameworkAttribute attribute](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/pull/116)

In this release we added `MultiNodeTestFramework` to simplify non-parallel test setup. This test
Expand All @@ -18,7 +22,7 @@ Note that you can also use this assembly level attribute to achieve more or less
[assembly: CollectionBehavior(DisableTestParallelization = true)]
```

#### 1.1.0-beta1 October 20 2019 ####
#### 1.1.0-beta1 October 20 2021 ####

- [Switch to pure Xunit implementation](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/pull/105)

Expand Down

0 comments on commit 3c8e570

Please sign in to comment.