From b17b155e4cbeda130ea5399c767ab6ff3cd5f069 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 11 Oct 2012 19:42:21 +0200 Subject: [PATCH] added warning about edges --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9e00e982dd..d772bd442a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,13 @@ v1.1.beta1 (2012-XX-XX) "arangod" to "arangodb", the database directory has changed from "/var/arangodb" to "/var/lib/arangodb" to be compliant with various Linux policies + - In 1.1, we have introduced types for collections: regular documents go into document + collections, and edges go into edge collections. The prefixing (db.xxx vs. edges.xxx) + is gone in 1.1. edges.xxx can still be used to access collections, however, it will + not determine the collection type anymore. To create an edge collection 1.1, you can + use db._createEdgeCollection(). And there's also db._createDocumentCollection(). + db._create() is also still there and will create a document collection. + * having the OpenSSL library installed is now a prerequisite to compiling ArangoDB removed the --enable-ssl configure option