This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch release-notice
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/release-notice by this push:
new bdff240 Add a missing dot.
bdff240 is described below
commit bdff24084aaaf1860da0c0f04f71b79f499a127c
Author: Wu Sheng <[email protected]>
AuthorDate: Wed Jun 3 17:33:54 2020 +0800
Add a missing dot.
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 54c3fcc..bd25197 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -20,7 +20,7 @@ Release Notes.
* Fix ElasticSearch 5.x plugin TransportClient error.
* Support Correlation protocol v1.
* Fix Finagle plugin bug, in processing Noop Span.
-* Make `CommandService` daemon to avoid blocking target application shutting
down gracefully
+* Make `CommandService` daemon to avoid blocking target application shutting
down gracefully.
#### OAP-Backend
* Support meter system for Prometheus adoption. In future releases, we will
add native meter APIs and MicroMeter(Sleuth) system.