You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2015/12/08 22:25:32 UTC

metamodel git commit: Added line about the new neo4j module to CHANGES.md

Repository: metamodel
Updated Branches:
  refs/heads/master 300e6b67c -> 67ef25f38


Added line about the new neo4j module to CHANGES.md

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/67ef25f3
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/67ef25f3
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/67ef25f3

Branch: refs/heads/master
Commit: 67ef25f387352c7d1c1b99447a355840bcafe64a
Parents: 300e6b6
Author: Kasper Sørensen <i....@gmail.com>
Authored: Tue Dec 8 22:25:27 2015 +0100
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Tue Dec 8 22:25:27 2015 +0100

----------------------------------------------------------------------
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/67ef25f3/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index e739b5f..d21df5a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,7 @@
 ### Apache MetaModel (work-in-progress)
 
  * [METAMODEL-212] - New module for ElasticSearch via REST client.
+ * [METAMODEL-99] - New module for Neo4j connectivity with MetaModel.
  * [METAMODEL-207] - Ensured the serializability of the SingleLineCsvRow class.
  * [METAMODEL-211] - Fixed a bug related to lookup by primary key (_id) on MongoDB.
  * [METAMODEL-216] - Added new aggregate functions: FIRST, LAST and RANDOM.