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

    https://github.com/apache/tinkerpop/pull/499#discussion_r88707852
  
    --- 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 --
    
    If you don't like it, lets not do it. I can remove the "breaking" tag in 
the CHANGELOG on merge.


---
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.
---

Reply via email to