Skip to content

Commit a2d4039

Browse files
committed
Add fixes to CHANGELOG
1 parent 4624971 commit a2d4039

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)