1
0
Fork 0

fixed changelog entry

This commit is contained in:
Mark 2016-10-19 10:58:56 +02:00
parent cd3a5b4e45
commit aab329ed8b
1 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,11 @@ devel
- GET `/_admin/log/level` returns the current loglevel settings
- PUT `/_admin/log/level` modifies the current loglevel settings
* changed default for keepNull of modifyVertex/modifyEdge to true in Gharial
* PATCH /_api/gharial/{graph-name}/vertex/{collection-name}/{vertex-key}
- changed default value for keepNull to true
* PATCH /_api/gharial/{graph-name}/edge/{collection-name}/{edge-key}
- changed default value for keepNull to true
* renamed `maximalSize` attribute in parameter.json files to `journalSize`