Skip to content

Commit 9764c84

Browse files
authored
Add #681 to CHANGELOG
1 parent 04f88bf commit 9764c84

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)