Skip to content
This repository was archived by the owner on Jun 12, 2020. It is now read-only.

Commit e619faa

Browse files
Update CHANGELOG for new version
1 parent cf694ea commit e619faa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
17
## 2.0.68
28
- **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)!)
410
- Fix async support (previously would only measure async creation time)
511

612
## 1.4.51

0 commit comments

Comments
 (0)