mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
f74849611d
commit
0ff36c24d0
|
@ -1,5 +1,5 @@
|
|||
v2.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 @@ v2.3.0-beta2 (2014-11-01)
|
|||
|
||||
* 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