File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments