Fix change log (#3215)

* fix changes.md typo

* fix typo
This commit is contained in:
于玉桔 2019-08-05 10:50:39 +08:00 committed by 吴晟 Wu Sheng
parent bb4ce945cf
commit 7e0400dc00
1 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ Release Notes.
* Support backend upgrade without rebooting required.
* Open Redefine and Retransform by other agents.
* Support Servlet 2.5 in Jetty, Tomcat and SpringMVC plugins.
* Support Spring @Async plugin.
* Add new config item to restrict the length of span#peer.
* Refactor `ContextManager#stopSpan`.
* Add gRPC timeout.
@ -26,6 +27,7 @@ Release Notes.
* Fix trace segment service doesn't report `onComplete`.
* Fix wrong logger class name.
* Fix gRPC plugin bug.
* Fix `ContextManager.activeSpan()` API usage error.
#### Backend
* Support agent reset command downstream when the storage is erased, mostly because of backend upgrade.
@ -41,7 +43,6 @@ Release Notes.
* Add the new OAL runtime engine.
* Add gRPC timeout.
* Add Charset in the alarm web hook.
* Support Spring @Async plugin.
* Fix buffer lost.
* Fix dirty read in ElasticSearch storage.
* Fix bug of cluster management plugins in un-Mixed mode.
@ -83,7 +84,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil
* Support collect SQL parameter in MySQL plugin.[Optional]
* Support SolrJ plugin.
* Support RESTEasy plugin.
* Support Spring Gateway plugin for 2.1.x
* Support Spring Gateway plugin for 2.1.x[Optional]
* TracingContext performance improvement.
* Support Apache ShardingSphere(incubating) plugin.
* Support `span#error` in application toolkit.