1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2015-10-27 11:21:52 +01:00
parent 3c4655124a
commit 59dbcd49c0
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ v2.8.0 (XXXX-XX-XX)
v2.7.1 (XXXX-XX-XX)
-------------------
* fixed potential segfault in AQL `NEIGHBOURS` function implementation when C++ function
variant was used and collection names were passed as strings
* removed duplicate target for some frontend JavaScript files from the Makefile
* make AQL function `MERGE()` work on a single array parameter, too.