diff --git a/docs/changelog_3x.md b/docs/changelog_3x.md index 197c19435..e38085a29 100644 --- a/docs/changelog_3x.md +++ b/docs/changelog_3x.md @@ -1,6 +1,14 @@ OkHttp 3.x Change Log ===================== +## Version 3.14.7 + +_2020-02-24_ + + * Fix: Don't crash on Android 11 due to use of restricted methods. This prevents a crash with the + exception, "Expected Android API level 21+ but was 29". + + ## Version 3.14.6 _2020-01-11_ @@ -193,6 +201,14 @@ _2019-02-04_ * New: Log the TLS handshake in `LoggingEventListener`. +## Version 3.12.9 + +_2020-02-24_ + + * Fix: Don't crash on Android 11 due to use of restricted methods. This prevents a crash with the + exception, "Expected Android API level 21+ but was 29". + + ## Version 3.12.8 _2020-01-11_