You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/08/10 23:16:20 UTC

incubator-tinkerpop git commit: Fix formatting in changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp30 5453b2d75 -> ce5680e39


Fix formatting in changelog.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ce5680e3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ce5680e3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/ce5680e3

Branch: refs/heads/tp30
Commit: ce5680e39a8f0da7c0ebd634eff03319aea4fd38
Parents: 5453b2d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Aug 10 17:16:03 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Aug 10 17:16:03 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ce5680e3/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 7363e7d..ec39683 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -32,7 +32,7 @@ TinkerPop 3.0.1 (NOT OFFICIALLY RELEASED YET)
 * Fixed bug in `EventStrategy` around property changed events when calling `property` without cardinality or meta-property values.
 * Improved support for the `Accept` header for REST-based requests in Gremlin Server.
 * `GraphFactory` now allows specification of the class to use to instantiate the `Graph` through the `GraphFactoryClass` annotation.
-* Added `wrapAdjacencyList and `unwrapAdjacencyList` options to `GraphSONWriter` and `GraphSONReader` respectively, thus allowing valid JSON to be written/read if the user desires.
+* Added `wrapAdjacencyList` and `unwrapAdjacencyList` options to `GraphSONWriter` and `GraphSONReader` respectively, thus allowing valid JSON to be written/read if the user desires.
 * Added Gremlin Server/Driver authentication support via SASL.
 * Added Basic HTTP authentication support for REST in Gremlin Server.
 * Added Gremlin Server plugin to help with "credential graph" management (used in conjunction with authentication features of Gremlin Server).