Skip to content

Commit 4691ddd

Browse files
committed
update changelog
1 parent 9519c1e commit 4691ddd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Support vector type [CASSGO-11](https://issues.apache.org/jira/browse/CASSGO-11)
12+
- Support vector type (CASSGO-11)
1313

14-
- Allow SERIAL and LOCAL_SERIAL on SELECT statements [CASSGO-26](https://issues.apache.org/jira/browse/CASSGO-26)
14+
- Allow SERIAL and LOCAL_SERIAL on SELECT statements (CASSGO-26)
1515

1616
- Support of sending queries to the specific node with Query.SetHostID() (CASSGO-4)
1717

@@ -54,7 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454

5555
- Move "execute batch" methods to Batch type (CASSGO-57)
5656

57-
- Make `Session` immutable by removing setters and associated mutex (CASSGO-23)
57+
- Make Session immutable by removing setters and associated mutex (CASSGO-23)
58+
59+
- Changes to Query and Batch to make them safely reusable (CASSGO-22)
5860

5961
### Fixed
6062
- Cassandra version unmarshal fix (CASSGO-49)

0 commit comments

Comments
 (0)