mirror of https://gitee.com/bigwinds/arangodb
Merge branch '2.3' of github.com:triAGENS/ArangoDB into 2.3
Conflicts: CHANGELOG
This commit is contained in:
commit
f95ebf0924
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue