diff --git a/CHANGELOG b/CHANGELOG index 050ac9ca53..2df8a2baed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: