diff --git a/changelog.md b/changelog.md index bba753c..1275bba 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,9 @@ HEAD - Compatibility: Update `telemetry_client` to use a slightly more cross platform method of sleeping. Should work on windows now. Thank you Meir Yanovich for reporting. +- Compatibility: Add hooks to support `mingw-std-threads` C++11 thread and mutex + polyfill library as an alternative to Boost. #608 Thank you Peter Taylor for + reporting and an initial patch. - Bug: Store loggers in shared pointers to avoid crashes related to connections trying to write logs entries after their respective endpoint has been deallocated. Thank you Thalhammer for reporting and Jupp Müller for the