From dfada960e3bbbd3958487adb8f12f27bb16d4f9a Mon Sep 17 00:00:00 2001 From: haimingzz Date: Mon, 21 Sep 2026 11:37:59 +0800 Subject: [PATCH] docs(readme): fix extra asterisk in v4 security support note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The supported-versions bullet read 'with **security*** updates and **bug** fixes until 2026-12-31'. The third asterisk made '**security***' render as '**security*** ' — three italic emphasis markers in a row — instead of the intended bold 'security' (matching the surrounding '**bug**' word). Removes the spurious trailing '*' so the bold marker closes cleanly and the sentence now reads as 'with **security** updates and **bug** fixes until 2026-12-31', matching the intended styling. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c923f28..cb5e18698 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Click [here](https://github.com/sponsors/labstack) for more information on spons - Latest major version of Echo is `v5` as of 2026-01-18. - See [API_CHANGES_V5.md](./API_CHANGES_V5.md) for public API changes between `v4` and `v5`, notes on upgrading. -- Echo `v4` is supported with **security*** updates and **bug** fixes until **2026-12-31** +- Echo `v4` is supported with **security** updates and **bug** fixes until **2026-12-31** See [ROADMAP.md](./ROADMAP.md) for where Echo is heading and the version support policy.