You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
+
## 3.0.86
2
+
-**BREAKING:** Changes to lower level interfaces unlikely to affect most users, including `IStatsd` and `IStopwatch`
3
+
- Fix threading bug when calling `Metrics.Send()` from multiple threads (thanks for helping track down @[bronumski](https://github.com/bronumski)!)
4
+
- Fix timing reporting bug that significantly under reported multiple-millisecond timings (thanks @[arexsutton](https://github.com/arexsutton)!)
5
+
- Fix casing for .NET Core dependency (thanks for pointing out @[mikemitchellrightside](https://github.com/mikemitchellrightside)!)
6
+
1
7
## 2.0.68
2
8
-**BREAKING:** Drops support for < .NET 4.5
3
-
-Adds .NET Standard 1.3 support (thanks @[TerribleDev](https://github.com/TerribleDev)!)
9
+
-Add .NET Standard 1.3 support (thanks @[TerribleDev](https://github.com/TerribleDev)!)
4
10
- Fix async support (previously would only measure async creation time)
0 commit comments