Skip to content

Commit d95959f

Browse files
committed
v7.2.0, documentation
1 parent b1c4809 commit d95959f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## 7.2.0
2-
- Add test target netcoreapp3.0
3-
- Extend PolicyRegistry with concurrent method support: TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate
4-
- TimeoutPolicy: if timeout occurs while a user exception is being marshalled (edge case race condition), do not mask user exception (issue 620)
2+
- Add test target for netcoreapp3.0.
3+
- Extend PolicyRegistry with concurrent method support, TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate; new interface IConcurrentPolicyRegistry
4+
- Improve .NET Framework support: Add explicit targets for .NET Framework 4.6.1 and 4.7.2.
5+
- TimeoutPolicy: if timeout occurs while a user exception is being marshalled (edge case race condition), do not mask user exception (fix issue 620)
6+
- Enhance debugging/stacktrace experience for some contexts: Include pdb symbols in package again.
57

68
## 7.1.1
79
- Bug fix: ensure async retry policies honor continueOnCapturedContext setting (affected v7.1.0 only).

GitVersionConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
next-version: 7.1.1
1+
next-version: 7.2.0

0 commit comments

Comments
 (0)