Skip to content

Commit 707bef8

Browse files
committed
Update changelog
1 parent c86aa34 commit 707bef8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [0.12] - unplanned
8+
### Deprecated
9+
- The methods `WithRequestHeader` and `WithContentHeader` are deprecated, please use `WithHeader` instead.
10+
811
### Removed
912
- .NET 6.0 target, since it is no longer supported
1013
- .NET Framework 4.6.2, 4.7.0 and 4.7.2, since these can't be tested using xUnit v3
1114
- automatic nuget updates by dependabot, since we want to test against the lowest supported nuget version and most of the time dependabot does not choose the right package.
15+
1216
### Added
1317
- Support for .NET 9.0
1418
- Support for .NET 10.0
19+
1520
### Changed
1621
- The TestableHttpMessageHandler now makes a clone of the original request, so that the original request can be disposed.
1722
This change also makes it possible to assert the content on .NET Framework.

0 commit comments

Comments
 (0)