Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/903#discussion_r207178546
--- Diff: CHANGELOG.asciidoc ---
@@ -25,6 +25,7 @@
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
This release also includes changes from <<release-3-3-3, 3.3.3>>.
+* Added min and max connection pool sizes for Gremlin.Net which are
configurable through optional ConnectionPoolSettings.
--- End diff --
nit: could you place the single ticks around the `ConnectionPoolSettings`
please?
---