8000 updated CHANGELOG · johnrees/arangodb@6dfa04d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6dfa04d

Browse files
author
Jan Steemann
committed
updated CHANGELOG
1 parent b1686ca commit 6dfa04d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,12 @@ v2.6.0 (XXXX-XX-XX)
510510
var Foxx = require("org/arangodb/foxx");
511511
Foxx.queues.create(db._name() + ":" + queueName);
512512

513-
* Javascript APIs:
514-
* fs.copyFile to copy single files
515-
* fs.copyRecursive to copy diretory trees
516-
* fs.chmod to set the file permissions (non-windows onnly)
517-
* process.env to access the process environment
513+
* Added the following JavaScript methods for file access:
514+
* fs.copyFile() to copy single files
515+
* fs.copyRecursive() to copy diretory trees
516+
* fs.chmod() to set the file permissions (non-Windows onnly)
517+
518+
* Added process.env for accessing the process environment from JavaScript code
518519

519520
* Cluster: kickstarter shutdown routines will more precisely follow the shutdown of its nodes.
520521

0 commit comments

Comments
 (0)
0