diff --git a/docs/changelog_3x.md b/docs/changelog_3x.md index f26e1381c..197c19435 100644 --- a/docs/changelog_3x.md +++ b/docs/changelog_3x.md @@ -1,6 +1,14 @@ OkHttp 3.x Change Log ===================== +## Version 3.14.6 + +_2020-01-11_ + + * Fix: Don't crash if the connection is closed when sending a degraded ping. This fixes a + regression that was introduced in OkHttp 3.14.5. + + ## Version 3.14.5 _2020-01-03_ @@ -185,6 +193,14 @@ _2019-02-04_ * New: Log the TLS handshake in `LoggingEventListener`. +## Version 3.12.8 + +_2020-01-11_ + + * Fix: Don't crash if the connection is closed when sending a degraded ping. This fixes a + regression that was introduced in OkHttp 3.12.7. + + ## Version 3.12.7 _2020-01-03_