From 5f5631e34f1c0a86e33725533a5b5f0d26f9513d Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sat, 10 Nov 2018 14:42:18 -0500 Subject: [PATCH] Replace Okio 2.x with 2.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5891485..43f73e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ _2018-11-09_ consuming it. This builds on Okio's new `Buffer.peek()` API. * New: The `beginFlatten()` and `endFlatten()` methods on `JsonWriter` suppress unwanted nesting when composing adapters. Previously it was necessary to flatten objects in memory before writing. - * New: Upgrade to Okio 1.16.0. We don't yet require Kotlin-friendly Okio 2.x but Moshi works fine + * New: Upgrade to Okio 1.16.0. We don't yet require Kotlin-friendly Okio 2.1 but Moshi works fine with that release. ```kotlin