From af3e435927ed885c672ec41878742b8ebe8c3d0c Mon Sep 17 00:00:00 2001 From: jwilson Date: Fri, 21 Oct 2016 09:34:32 -0400 Subject: [PATCH] Update changelog for 1.3.1. --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fab557..1ea4559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change Log ========== +## Version 1.3.1 + +_2016-10-21_ + + * Fix: Don't incorrectly report invalid input when a slash character is escaped. When we tightened + our invalid escape handling we missed the one character that is valid both escaped `\/` and + unescaped `/`. + ## Version 1.3.0 _2016-10-15_ diff --git a/README.md b/README.md index 38e8e7c..f208131 100644 --- a/README.md +++ b/README.md @@ -455,12 +455,12 @@ Download [the latest JAR][dl] or depend via Maven: com.squareup.moshi moshi - 1.3.0 + 1.3.1 ``` or Gradle: ```groovy -compile 'com.squareup.moshi:moshi:1.3.0' +compile 'com.squareup.moshi:moshi:1.3.1' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].