Move the changelog entry for addressing an issue in ActivityExtensions around checking if the Activity type is avaiable into the right section.

This commit is contained in:
macrogreg 2020-04-06 12:45:25 -07:00
Родитель 32329716f7
Коммит 6597f99faa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,9 +1,9 @@
# Changelog
## VNext
- [Fix: Issue around checking whether the Activity type is available in ActivityExtensions](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1761)
## Version 2.14.0-beta4
- [Fix: https://github.com/microsoft/ApplicationInsights-dotnet/issues/1761](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1761)
- [Fix: SQL dependency names are bloated when running under the .NET Framework and using Microsoft.Data.SqlClient package](https://github.com/microsoft/ApplicationInsights-dotnet/pull/1723)
- [Fix: Disabling HeartBeats in Asp.Net Core projects causes Error traces every heart beat interval (15 minutes defualt)](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1681)
- [Standard Metric extractor (Exception,Trace) populates all standard dimensions.](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1738)