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

Commit

Permalink
Update CHANGELOG for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellMozingo committed Apr 17, 2017
1 parent cf694ea commit e619faa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 3.0.86
- **BREAKING:** Changes to lower level interfaces unlikely to affect most users, including `IStatsd` and `IStopwatch`
- Fix threading bug when calling `Metrics.Send()` from multiple threads (thanks for helping track down @[bronumski](https://github.com/bronumski)!)
- Fix timing reporting bug that significantly under reported multiple-millisecond timings (thanks @[arexsutton](https://github.com/arexsutton)!)
- Fix casing for .NET Core dependency (thanks for pointing out @[mikemitchellrightside](https://github.com/mikemitchellrightside)!)

## 2.0.68
- **BREAKING:** Drops support for < .NET 4.5
- Adds .NET Standard 1.3 support (thanks @[TerribleDev](https://github.com/TerribleDev)!)
- Add .NET Standard 1.3 support (thanks @[TerribleDev](https://github.com/TerribleDev)!)
- Fix async support (previously would only measure async creation time)

## 1.4.51
Expand Down

0 comments on commit e619faa

Please sign in to comment.