Skip to content

Commit 777d24f

Browse files
authored
Add #687
1 parent ccc793f commit 777d24f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This driver uses semantic versioning:
1313
backwards-compatible changes that should not affect your code.
1414
- A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates _breaking_
1515
changes that require changes in your code to upgrade.
16+
17+
## [Unreleased]
18+
19+
### Fixed
20+
21+
- Fixed incorrect HTTP method call in `patch` method [#687](https://github.com/arangodb/arangojs/issues/687)
1622

1723
## [7.0.1] - 2020-08-21
1824

@@ -1089,6 +1095,7 @@ For a detailed list of changes between pre-release versions of v7 see the
10891095

10901096
Graph methods now only return the relevant part of the response body.
10911097

1098+
[unreleased]: https://github.com/arangodb/arangojs/compare/v7.0.1...HEAD
10921099
[7.0.1]: https://github.com/arangodb/arangojs/compare/v7.0.0...v7.0.1
10931100
[7.0.0]: https://github.com/arangodb/arangojs/compare/v6.14.1...v7.0.0
10941101
[6.14.1]: https://github.com/arangodb/arangojs/compare/v6.14.0...v6.14.1

0 commit comments

Comments
 (0)