Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
xenolightning committed Jun 20, 2024
1 parent b572fe0 commit 6abaeae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Full Change Log for Raygun4Net.* packages

### v11.0.2
- Fix null signature issue when Debug Symbols are set to None and the application is built in Release mode
- See: https://github.com/MindscapeHQ/raygun4net/pull/535

### v11.0.1
- Raygun4Net.NetCore
- Deprecated `RaygunClientBase.Send()`. The asynchronous `SendAsync()` should be preferred in all scenarios to avoid potential deadlocks
- Improve the potential deadlocks when calling `Send()` from a UI Thread by adding `ConfigureAwait(false)`
- Note: This does not entirely remove the possibility of deadlocks, and `Send()` should not be used within a UI context

### v11.0.0

### v11.0.0
- Add support for PDB Debug Information in stack traces
- This enables Raygun to leverage Portable PDBs to symbolicate .NET stack traces when PDBs are not included in the build output
Expand Down

0 comments on commit 6abaeae

Please sign in to comment.