From 6d852b69a211eff04f8cfd87d709a7841f381953 Mon Sep 17 00:00:00 2001 From: firest Date: Sun, 9 Oct 2022 10:13:09 +0800 Subject: [PATCH] chore: update CHANGES --- CHANGES-5.0.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 04dffaf8e..d4f831284 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -1,14 +1,9 @@ -# 5.0.10 - -## Enhancements - -* Use milliseconds internally in emqx_delayed to store the publish time, improving precision.[#9060](https://github.com/emqx/emqx/pull/9060) - # 5.0.9 ## Enhancements * Add `cert_common_name` and `cert_subject` placeholder support for authz_http and authz_mongo.[#8973](https://github.com/emqx/emqx/pull/8973) +* Use milliseconds internally in emqx_delayed to store the publish time, improving precision.[#9060](https://github.com/emqx/emqx/pull/9060) ## Bug fixes