Skip to content

Commit 65a438a

Browse files
committed
Minor formatting to changelog CTR
1 parent afb6b72 commit 65a438a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.asciidoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,29 +91,29 @@ This release also includes changes from <<release-3-7-XXX, 3.7.XXX>>.
9191
* Deprecated `ProcessLimitedStandardSuite` and `ProcessLimitedComputerSuite` in favor of `ProcessEmbeddedStandardSuite` and `ProcessEmbeddedComputerSuite` respectively.
9292
* Deprecated `ProcessStandardSuite` and the `ProcessComputerSuite` in favor of Gherkin testing and the `ProcessEmbeddedStandardSuite` and `ProcessEmbeddedComputerSuite` for testing JVM-specific Gremlin behaviors.
9393
* Removed lambda oriented Gremlin testing from Gherkin test suite.
94-
* Removed `P.getOriginalValue()` in favor of `P.getValue()`
94+
* Removed `P.getOriginalValue()` in favor of `P.getValue()`.
9595
* Simplified comparability semantics from ternary boolean logic to binary logic.
96-
* Introduced `NotP` class for negation of `P`
96+
* Introduced `NotP` class for negation of `P`.
9797
* Increase minimum Java version from 1.8 to 11 for building and running.
9898
* Moved all lambda oriented Gremlin tests to `LambdaStepTest` in the Java test suite.
9999
* Removed the `@RemoteOnly` testing tag in Gherkin as lambda tests have all been moved to the Java test suite.
100100
* Updated gremlin-javascript to use GraphBinary as default instead of GraphSONv3
101101
* Added the `asNumber()` step to perform number conversion.
102-
* Renamed many types in the grammar for consistent use of terms "Literal", "Argument", and "Varargs"
102+
* Renamed many types in the grammar for consistent use of terms "Literal", "Argument", and "Varargs".
103103
* Changed `gremlin-net` so that System.Text.Json is only listed as an explicit dependency when it is not available from the framework.
104-
* Fixed translation of numeric literals for Go losing type definitions
105-
* Added `ParseBigInt()` in `gremlin-go` for parsing string into `big.Int`
106-
* Expanded gherkin syntax to directly configure traversal side effects in feature tests
107-
* Made `Mutating` interface independent from `Configuring`
108-
* Removed undocumented `with()` modulation from `addV()`, `addE()`, `mergeV()` and `mergeE()`
109-
* Updated which steps are able to accept arguments in grammar
110-
* Introduced `GValue` to represent parameterized values in a `GraphTraversal`
111-
* Added optional traversal cache to `GremlinLangScriptEngine`
112-
* Introduced `StepContract` interfaces for all parameterizable steps
113-
* Decoupled management of id, label, and properties from `Configuring` interface in `addV()`, `addE()` and `property()`
114-
* Switched `gremlin-net` byte serializers to signed bytes (`sbyte`) to be consistent with IO doc
104+
* Fixed translation of numeric literals for Go losing type definitions.
105+
* Added `ParseBigInt()` in `gremlin-go` for parsing string into `big.Int`.
106+
* Expanded gherkin syntax to directly configure traversal side effects in feature tests.
107+
* Made `Mutating` interface independent from `Configuring`.
108+
* Removed undocumented `with()` modulation from `addV()`, `addE()`, `mergeV()` and `mergeE()`.
109+
* Updated which steps are able to accept arguments in grammar.
110+
* Introduced `GValue` to represent parameterized values in a `GraphTraversal`.
111+
* Added optional traversal cache to `GremlinLangScriptEngine`.
112+
* Introduced `StepContract` interfaces for all parameterizable steps.
113+
* Decoupled management of id, label, and properties from `Configuring` interface in `addV()`, `addE()` and `property()`.
114+
* Switched `gremlin-net` byte serializers to signed bytes (`sbyte`) to be consistent with IO doc.
115115
* Removed auto-unfold of singleton collections from `range()`, `limit()`, and `tail()` local scope steps to improve consistency of output.
116-
* Updated `asString()` step to throw `IllegalArgumentException` with `null` inputs for casting step consistency
116+
* Updated `asString()` step to throw `IllegalArgumentException` with `null` inputs for casting step consistency.
117117
* Renamed `MergeElementStep` to `MergeElementStep` as it is a base class to `mergeV()` and `mergeE()`.
118118
* Renamed `MergeStep` of `merge()` to `MergeElementStep` for consistency.
119119
* Modified `RepeatUnrollStrategy` to use a more conservative approach, only unrolling repeat loops containing safe navigation and filtering steps.

0 commit comments

Comments
 (0)