Skip to content

Commit 638ae65

Browse files
committed
Add to CHANGELOG
1 parent dc6bacd commit 638ae65

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
@@ -14,6 +14,12 @@ 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+
- Fixed `export is not defined` error in the browser build
22+
1723
## [7.0.0-rc.0] - 2020-07-10
1824

1925
### Removed
@@ -1089,6 +1095,7 @@ This is a major release and breaks backwards compatibility.
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.0-rc.0...HEAD
10921099
[7.0.0-rc.0]: https://github.com/arangodb/arangojs/compare/v7.0.0-preview.1...v7.0.0-rc.0
10931100
[7.0.0-preview.1]: https://github.com/arangodb/arangojs/compare/v7.0.0-preview.0...v7.0.0-preview.1
10941101
[7.0.0-preview.0]: https://github.com/arangodb/arangojs/compare/v6.14.1...v7.0.0-preview.0

0 commit comments

Comments
 (0)