Skip to content

Commit 2b36919

Browse files
committed
Added -> Fixed
1 parent 2c4775c commit 2b36919

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ This driver uses semantic versioning:
3434

3535
- Added `collection.documents` for fetching multiple documents
3636

37-
- Added missing `hex` flag to `StopwordsAnalyzer` type [#732](https://github.com/arangodb/arangojs/issues/732)
38-
39-
- Added missing `details` flag to `collection.figures` [#728](https://github.com/arangodb/arangojs/issues/728)
40-
41-
- Added missing `inBackground` flag to index options [#734](https://github.com/arangodb/arangojs/issues/734)
42-
4337
- Added support for `fillBlockCache` query option
4438

4539
- Added support for passing `Graph` objects in AQL queries [#740](https://github.com/arangodb/arangojs/issues/740)
@@ -51,6 +45,14 @@ This driver uses semantic versioning:
5145
This implements the endpoints of the
5246
[HTTP Interface for User Management](https://www.arangodb.com/docs/stable/http/user-management.html)
5347

48+
### Fixed
49+
50+
- Added missing `hex` flag to `StopwordsAnalyzer` type [#732](https://github.com/arangodb/arangojs/issues/732)
51+
52+
- Added missing `details` flag to `collection.figures` [#728](https://github.com/arangodb/arangojs/issues/728)
53+
54+
- Added missing `inBackground` flag to index options [#734](https://github.com/arangodb/arangojs/issues/734)
55+
5456
## [7.5.0] - 2021-04-22
5557

5658
### Added

0 commit comments

Comments
 (0)