Skip to content

Commit

Permalink
add changelog for v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson committed Apr 23, 2022
1 parent a82a33e commit 1ba5346
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,31 @@
Changelog
=========

3.3.0
-----

### Added

* Added async overloads of a number of methods which accepted a `Func`. Since these methods rely on `ValueTask`, they are not available on anything older than .NET Standard 2.1.

### Changed

* A new CI build system based on GitHub Actions.

3.2.1
-----

### Changed

* Removed an unused dependency on `System.Reflection.Emit`.

3.2.0
-----

### Changed

* Sawmill and its various sibling packages are now strong named.

3.1.0
-----

Expand Down

0 comments on commit 1ba5346

Please sign in to comment.