1
0
Fork 0

Merge branch '2.3' of github.com:triAGENS/ArangoDB into 2.3

Conflicts:
	CHANGELOG
This commit is contained in:
Frank Celler 2014-11-12 04:42:22 +01:00
commit f95ebf0924
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
2.3.0-beta2 (2014-11-01)
-------------------
v2.3.0-beta2 (2014-11-08)
-------------------------
* front-end: new icons for uploading and downloading JSON documents into a collection
@ -45,6 +45,10 @@
* documentation updates
v2.3.0-beta1 (2014-11-01)
-------------------------
* added dedicated `NOT IN` operator for AQL
Previously, a `NOT IN` was only achievable by writing a negated `IN` condition: