File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,15 @@ This driver uses semantic versioning:
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.
1616
17+ ## [ Unreleased]
18+
19+ ### Fixed
20+
21+ - Renamed ` validation ` option to ` schema ` ([ #681 ] ( https://github.com/arangodb/arangojs/issues/681 ) )
22+
1723## [ 7.0.0-rc.1] - 2020-07-11
1824
19- ## Fixed
25+ ### Fixed
2026
2127- Fixed ` export is not defined ` error in the browser build
2228
@@ -1095,6 +1101,7 @@ This is a major release and breaks backwards compatibility.
10951101
10961102 Graph methods now only return the relevant part of the response body.
10971103
1104+ [ unreleased ] : https://github.com/arangodb/arangojs/compare/v7.0.0-rc.1...HEAD
10981105[ 7.0.0-rc.1 ] : https://github.com/arangodb/arangojs/compare/v7.0.0-rc.0...v7.0.0-rc.1
10991106[ 7.0.0-rc.0 ] : https://github.com/arangodb/arangojs/compare/v7.0.0-preview.1...v7.0.0-rc.0
11001107[ 7.0.0-preview.1 ] : https://github.com/arangodb/arangojs/compare/v7.0.0-preview.0...v7.0.0-preview.1
You can’t perform that action at this time.
0 commit comments