From 71712e90517b5c62818a279cd00ef8f47204c614 Mon Sep 17 00:00:00 2001 From: BrikerMan Date: Sun, 4 Jul 2021 18:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/about/release-notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 4d0f09a..3c98743 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -17,8 +17,13 @@ pip show kashgari ## Current Release -### [2.0.2] - 2020.11.18 +### [2.0.2] - 2021.07.04 + - 🐛 Fixed Custom Model load issue. +- 🐛 Fixed model save issue on Windows. +- 🐛 Fixed multi-label model load issue. +- 🐛 Fixed CRF model load issue. +- 🐛 Fixed TensorFlow 2.3+ Support. ### [2.0.1] - 2020.10.28 - ✨ Add `convert_to_saved_model` API for tf-serving use case.