Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/499#discussion_r88708180
  
    --- Diff: CHANGELOG.asciidoc ---
    @@ -26,6 +26,12 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
     TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET)
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     
    +* Added "attachment requisite" `VertexProperty.element()` and 
`Property.element()` data in GraphSON serialization.
    +* Added `Vertex`, `Edge`, `VertexProperty`, and `Property` serializers to 
Gremlin-Python and exposed tests that use graph object arguments.
    +* `Bytecode.getSourceInstructions()` and `Bytecode.getStepInstructions()` 
now returns `List<Instruction>` instead of `Iterable<Instruction>`.
    +* Added various `TraversalStrategy` registrations with `GryoMapper`.
    +* Fixed a naming mistake in Gremlin-Python: `IdentityRemoveStrategy` is 
now called `IdentityRemovalStrategy`. (*breaking*)
    --- End diff --
    
    mostly don't like it because we didn't do it from the start....my ocd is 
nagging at me about it now and there's no easy way to go back through and 
retroactively fix it. if you're cool to drop them, i'm fine with that.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to