Skip to content

Commit aa539b8

Browse files
committed
Fix changelog formatting: fix emoji variant selector codepoints
1 parent f3f81c3 commit aa539b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- Add support for Bolt 5.8 (home database resolution cache)
2626
- 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.
2727

28-
**🔧 Fixes**
28+
**🔧 Fixes**
2929
- Rework `neo4j::value::graph::Path`
3030
- `Path`s now properly validate data received from the server (as documented)
3131
- ⚠️ The return type of `Path::traverse()` was changed to reflect that paths with only one node and no relationships exist.
@@ -45,8 +45,8 @@
4545
- Introduce `neo4j::driver::Conifg::with_keep_alive()` and `without_keep_alive()`.
4646

4747
**👏️ Improvements**
48-
- ⚠️ ️️Bump `chrono-tz` from `0.8` to `0.9` (types of this crate are exposed through the driver's API).
49-
- ⚠️ ️️Bump `rustls` from `0.22` to `0.23`:
48+
- ⚠️ Bump `chrono-tz` from `0.8` to `0.9` (types of this crate are exposed through the driver's API).
49+
- ⚠️ Bump `rustls` from `0.22` to `0.23`:
5050
- types of this crate are exposed through the driver's API
5151
- other breaking changes (e.g., new build requirements).
5252
See [rustls' changelog](https://github.com/rustls/rustls/releases/tag/v%2F0.23.0) for more details.
@@ -66,7 +66,7 @@
6666

6767
## 0.0.2
6868
***
69-
**👏 Improvements**
69+
**👏 Improvements**
7070
- Impl `FromStr` for `neo4j::driver::ConnectionConfig` (besides `TryFrom<&str>`).
7171

7272
**🧹️ Clean-up**

0 commit comments

Comments
 (0)