This commit is contained in:
Benjamin Sergeant 2019-09-24 15:42:28 -07:00
parent 5c18ffdae2
commit 05f29639e5

View File

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.2.5] - 2019-09-24
## [6.2.6] - 2019-09-24
- Fix 2 race conditions detected with TSan, one in CobraMetricsPublisher::push and another one in WebSocketTransport::sendData (that one was bad).