Update changelog retroactively for 3.2.3. There was a missing JIRA ticket that should have been closed CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5f49561c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5f49561c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5f49561c Branch: refs/heads/TINKERPOP-1235 Commit: 5f49561c56cd2a432f8f8503fb02ca2d26c31541 Parents: ea8cd65 Author: Stephen Mallette <[email protected]> Authored: Wed Oct 26 10:37:56 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Oct 26 10:37:56 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5f49561c/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 74bfcef..565278c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -114,6 +114,7 @@ Bugs * TINKERPOP-1458 Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op * TINKERPOP-1466 PeerPressureTest has been failing recently * TINKERPOP-1472 RepeatUnrollStrategy does not semi-compile inlined repeat traversal +* TINKERPOP-1476 TinkerGraph does not get typed with the right type name in GraphSON * TINKERPOP-1495 Global list deduplication doesn't work in OLAP * TINKERPOP-1500 and/or infix and choose() do not work correctly. * TINKERPOP-1511 Remote client addV, V()
