diff --git a/CHANGELOG.md b/CHANGELOG.md index d34d65272b..06bea0aa95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ message and exception type of underlying `System.Exception` object that user wan - Metrics: Renamed TryTrackValue(..) into TrackValue(..). - Metrics: Removed some superfluous public constants. +## Version 2.7.0 +- Metrics: Renamed TryTrackValue(..) into TrackValue(..). +- Metrics: Removed some superfluous public constants. + ## Version 2.7.0-beta3 - [Allow to set flags on event](https://github.com/Microsoft/ApplicationInsights-dotnet/issues/844). It will be used in conjunction with the feature that will allow to keep IP addresses. - [Fix: SerializationException resolving Activity in cross app-domain calls](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/613)