spmallette commented on code in PR #2371: URL: https://github.com/apache/tinkerpop/pull/2371#discussion_r1417381287
########## CHANGELOG.asciidoc: ########## @@ -55,6 +55,7 @@ This release also includes changes from <<release-3-6-6, 3.6.6>> and <<release-3 * Fixed bug in `union()` as a start step where the `Path` was including the starting dummy traverser. * Moved some TinkerGraph specific transaction tests from `TransactionMultiThreadedTest` to `TinkerTransactionGraphTest` * Fixed incorrect read operations in some cases for `TinkerTransactionGraph`. +* Deprecated `none()` in favor of `discard()` to make room for a list filtering `none()` step. Review Comment: this should be moved to 3.7.2 section -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
