diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a53b232..639453cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Increased maximum DogStatsD context limit from 100k to 1M ### Fixed - The capture manager will no longer panic if recording a capture and checking for a shutdown combined takes longer than one second. -- A shutdown race was fixed in the capture manager which could result in truncated (invalid) json capture files. +- A shutdown race was partially fixed in the capture manager which could result in truncated (invalid) json capture files. ## [0.20.10] ### Added