Github user okram commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/446#discussion_r89863961 --- Diff: CHANGELOG.asciidoc --- @@ -46,6 +46,7 @@ TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET) * Removed `tryRandomCommit()` from `AbstractGremlinTest`. * Changed `gremlin-benchmark` system property for the report location to `benchmarkReportDir` for consistency. * Added SysV and systemd init scripts. +* `valueMap` now returns a `Map<Object,E>` since keys could be `T.id` or `T.label`. --- End diff -- Please make it read `GraphTraversal.valueMap()`.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---