From 81ae6b8ec3673f13dc55159aa16a7ee7e4ee57ce Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 18 Dec 2019 13:27:20 +0200 Subject: [PATCH] Add release note for bug fix. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f6a9ec..a56bc37 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,10 @@ To regenerate the generated code: ## Release Notes +## 0.8.21 + +* Fixed a panic with invalid UTF-16[BE|LE] input at the end of the stream. + ### 0.8.20 * Make `Decoder::latin1_byte_compatible_up_to` return `None` in more