spmallette commented on code in PR #3118: URL: https://github.com/apache/tinkerpop/pull/3118#discussion_r2135658365
########## CHANGELOG.asciidoc: ########## @@ -30,6 +30,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima [[release-4-0-0-beta-1]] === TinkerPop 4.0.0-beta.1 (January 17, 2025) +* Added an interface `PopContaining` which is implemented by `Scoping` and `TraversalParent`. Used to get label, and Pop info for a step/traversal. The information is wrapped in a `PopInstruction` object Review Comment: we tend to like to have a single sentence here. suggesting: > Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object. -- 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]
