This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 2a61413328de19e3d7ad753d41f1689cb6c3ba1f Author: Stephen Mallette <[email protected]> AuthorDate: Fri Dec 9 07:09:10 2022 -0500 Minor formatting fix CTR --- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index f944baa9f8..b6c23ae106 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -107,7 +107,7 @@ This release also includes changes from <<release-3-5-3, 3.5.3>>. * Changed `NumberHelper` to properly cast to `byte` and `short` rather than default coercing to `Integer`. * Modified some driver defaults (maximum content length, pool size, maximum in process) to be more consistent with one another. * Fixed a potential connection load balancing issue due to a race condition not updating the usage count. -* Extended `property()`` to allow for setting a `Map` of property values. +* Extended `property()` to allow for setting a `Map` of property values. ==== Bugs
