diff --git a/README-EN.md b/README-EN.md index 80e39ab..abef2be 100644 --- a/README-EN.md +++ b/README-EN.md @@ -4,7 +4,7 @@
- +

A springboot tool for tracking the paths of methods,which can help you to find methods's performances easily.

@@ -102,6 +102,10 @@ You can open email to receive a warning about overtime method since v2.2.5 Add email; > V2.2.8:Hot update +> +> V2.3.0:Add `ko-time.auth-expire` to allow users define timeout value;optimize ui +> +> V2.3.1:Remove StringStack to adapt jdk17+ ## Copyright diff --git a/README.md b/README.md index 3a2af80..cd87e2a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- +

koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈

@@ -21,7 +21,7 @@ --- -

A springboot tool for tracking the paths of methods,which can help you to find methods's performances easily.

+

A springboot tool for tracking the paths of methods,which can help you find method's performances easily.