Browse Source

update CHANGELOG.md

zhiru 5 years ago
parent
commit
4d39f298f2
1 changed files with 6 additions and 12 deletions
  1. 6 12
      CHANGELOG.md

+ 6 - 12
CHANGELOG.md

@@ -3,21 +3,15 @@
     
 ### Improvement
 ---
-- \#3 PR & \#4 ISSUE
-    - Force channel to request connection in connect()  and some code cleanup
-- \#6 PR
-    - Update pom & fix deleteByRange error message & update unittest
-- \#8 PR
-    - change default timeout to 24 hour
-- \#9 PR
-    - Add more getters in SearchResponse & add normalize method in unittest
-- \#10 PR
-    - fix connected() & add port range check & add @nonnull annotation & set maxInboundMessageSize    
+- \#3 PR & \#4 ISSUE: Force channel to request connection in connect()  and some code cleanup
+- \#6 PR: Update pom & fix deleteByRange error message & update unittest
+- \#8 PR: change default timeout to 24 hour
+- \#9 PR: Add more getters in SearchResponse & add normalize method in unittest
+- \#10 PR: fix connected() & add port range check & add @nonnull annotation & set maxInboundMessageSize    
     
 ### New Feature
 ---
 
 ### Task
 ---
-- \#1 PR
-    - First implementation
+- \#1 PR: First implementation