From dccd16fc77ea78b6e75d4f860ff812c11732bbc3 Mon Sep 17 00:00:00 2001 From: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Date: Sat, 5 Mar 2022 09:59:14 +0800 Subject: [PATCH] [Docs] fix typo in changelog (#1349) --- docs/en/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/changelog.md b/docs/en/changelog.md index bc7bf09..fef0492 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -1,11 +1,10 @@ ## Changelog - ### V0.22 (3/04/2022) **Highlights** -- Officially Support ConvNeXt: A ConvNet for the 2020s. Please use the latest MMClassification (0.21.0) to try it out. +- Support ConvNeXt: A ConvNet for the 2020s. Please use the latest MMClassification (0.21.0) to try it out. - Support iSAID aerial Dataset. - Officially Support inference on Windows OS.