1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2014-01-21 13:40:38 +01:00
parent 2d4db0ea40
commit b5ba025c38
1 changed files with 9 additions and 3 deletions

View File

@ -9,8 +9,6 @@ v1.5.0 (XXXX-XX-XX)
to access such collections from these places was via the `db._collection(<name>)`
workaround.
* issue #738: added __dirname, __filename pseudo-globals. Fixes #733. (@by pluma)
* allow `\n` (as well as `\r\n`) as line terminator in batch requests sent to
`/_api/batch` HTTP API.
@ -115,7 +113,15 @@ v1.5.0 (XXXX-XX-XX)
currently only implemented for hash indices and skiplist indices.
v1.4.6 (XXXX-XX-XX)
v1.4.7 (XXXX-XX-XX)
-------------------
* issue #738: added __dirname, __filename pseudo-globals. Fixes #733. (@by pluma)
* mount all Foxx applications in system apps directory on startup
v1.4.6 (2014-01-20)
-------------------
* issue #736: AQL function to parse collection and key from document handle