Browse Source

update CHANGELOG

Zhiru Zhu 5 years ago
parent
commit
c95e42b0eb
1 changed files with 24 additions and 27 deletions
  1. 24 27
      CHANGELOG.md

+ 24 - 27
CHANGELOG.md

@@ -1,34 +1,31 @@
-### Releases
----
-- \#40: Release v0.2.0
-    - Remove timeout parameter
-    - Several API changes
+# Changelog     
 
-### Bug
+## Bug
 ---
-- \#42: fix search result validation
+- \#42 - fix search result validation
     
-### Improvement
+## Improvement
 ---
-- \#3: Force channel to request connection in connect()  and some code cleanup
-- \#6: Update pom & fix deleteByRange error message & update unittest
-- \#8: change default timeout to 24 hour
-- \#9: Add more getters in SearchResponse & add normalize method in unittest
-- \#10: fix connected() & add port range check & add @nonnull annotation & set maxInboundMessageSize
-- \#17: change IndexParam in DescribeIndexResponse to Index
-- \#27: change proto package to io.milvus.grpc
-- \#32: fix README format
-- \#35: Fix client version in readme and src code
-- \#38: Update examples
-    
-### New Feature
+- \#3 - Force channel to request connection in connect()  and some code cleanup
+- \#6 - Update pom & fix deleteByRange error message & update unittest
+- \#8 - change default timeout to 24 hour
+- \#9 - Add more getters in SearchResponse & add normalize method in unittest
+- \#10 - fix connected() & add port range check & add @nonnull annotation & set maxInboundMessageSize
+- \#17 - change IndexParam in DescribeIndexResponse to Index
+- \#27 - change proto package to io.milvus.grpc
+- \#32 - fix README format
+- \#35 - Fix client version in readme and src code
+- \#38 - Update examples
+- \#40 - Remove timeout parameter & Several API changes    
+
+## New Feature
 ---
-- \#16: add IVF_SQ8_H index type
+- \#16 - add IVF_SQ8_H index type
 
-### Task
+## Task
 ---
-- \#1: First implementation
-- \#21: Add javadoc
-- \#23: Format code with Google-java-style and add Apache 2.0 license header
-- \#28: add examples
-- \#29: add README
+- \#1 - First implementation
+- \#21 - Add javadoc
+- \#23 - Format code with Google-java-style and add Apache 2.0 license header
+- \#28 - add examples
+- \#29 - add README