This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch tp34
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from c8f8039  Merge branch 'tp33' into tp34
     add 736a7e1  TINKERPOP-2318 fix: Property comparison with element
     add ad4e591  TINKERPOP-2313 Support g.E().properties().hasKey('xx') & 
hasValue('xx')
     add 73a8e23  merge has(k,v) filter code for edges and vertices in 
HasContainer.test()
     add ae25f97  Update CHANGELOG and upgrade documentation
     add a44cb86  Merge branch 'pr-1224' into tp34
     add 61e4585  Minor wording changes to changelog/upgrade docs and 
formatting CTR

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   4 +-
 docs/src/upgrade/release-3.4.x.asciidoc            | 162 +++++++++++++++++++++
 .../process/traversal/step/util/HasContainer.java  |  50 ++++---
 .../gremlin/structure/util/ElementHelper.java      |  12 +-
 .../gremlin/structure/util/ElementHelperTest.java  |  12 +-
 gremlin-test/features/filter/Has.feature           |  54 +++++--
 .../process/traversal/step/filter/HasTest.java     |  30 ++++
 .../util/detached/DetachedPropertyTest.java        |  14 +-
 8 files changed, 282 insertions(+), 56 deletions(-)

Reply via email to