1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2014-11-11 20:37:06 +01:00
parent f74849611d
commit 0ff36c24d0
1 changed files with 6 additions and 2 deletions

View File

@ -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: