Skip to content

Commit d364306

Browse files
committed
fixup! WiP
1 parent c59a54a commit d364306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
- ⚠️ `neo4j::error::ServerError::new(...)` has been removed.
1515
User-code should not need to create arbitrary `ServerError`s.
1616
In return, `ServerError` now implements `Clone`.
17+
- Add support for bolt handshake manifest v1.
1718
- Add support for Bolt 5.8 (home database resolution cache)
1819
- Includes an optimization where the driver uses a home/default database cache to perform optimistic routing under certain circumstances, saving a full round trip. See the [PR description](https://github.com/robsdedude/neo4j-rust-driver/pull/28) for more details.
19-
- Add support for bolt handshake manifest v1.
2020

2121
**🔧 Fixes**
2222
- Rework `neo4j::value::graph::Path`

0 commit comments

Comments
 (0)