andreachild commented on code in PR #3253: URL: https://github.com/apache/tinkerpop/pull/3253#discussion_r2467503400
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -933,28 +975,23 @@ impact. ===== Examples of Affected Traversals ===== -Usage of `inject()` inside `repeat()` is an example of a traversal that will no longer be unrolled. The following results -returned from the `modern` graph demonstrate the change of semantics if the `inject()` in `repeat()` were to be unrolled: +Usage of `dedup()` inside `repeat()` is an example of a traversal that will no longer be unrolled. The following results Review Comment: Thanks for catching that, forgot dedup was always excluded. I removed that section of the doc since it didn't apply any longer. -- 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]
