File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unpublished]
99
10+ ### Fixed
11+
12+ - Fixed ` edgeCollection.save ` not respecting options ([ #554 ] ( https://github.com/arangodb/arangojs/issues/554 ) )
13+
14+ - Fixed ` database.createDatabase ` TypeScript signature ([ #561 ] ( https://github.com/arangodb/arangojs/issues/561 ) )
15+
1016## [ 6.5.0] - 2018-08-03
1117
1218### Changed
@@ -88,8 +94,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8894### Fixed
8995
9096- Fixed ` collection.update(documentHandle, newValue, opts) ` missing return value
97+
9198- Fixed ` collection.removeByKeys(keys, options) ` missing return value
99+
92100- Fixed ` collection.replaceByExample(example, newValue, opts) ` missing return value
101+
93102- Fixed ` collection.updateByExample(example, newValue, opts) ` missing return value
94103
95104## [ 6.2.2] - 2018-03-21
You can’t perform that action at this time.
0 commit comments