@@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010This is a major release and breaks backwards compatibility.
1111
12- ### Fixed
13-
14- - Fixed ` db.dropFunction ` option ` group ` being ignored
15-
1612### Removed
1713
1814- Removed ArangoDB 2.8 compatibility
@@ -327,7 +323,7 @@ This is a major release and breaks backwards compatibility.
327323 The method takes a document or a document key and returns a fully qualified
328324 document ID string for the document in the current collection.
329325
330- - Added support for ` for await ` in ` ArrayCursor `
326+ - Added support for ` for await ` in ` ArrayCursor ` ( [ # 616 ] ( https://github.com/arangodb/arangojs/pull/616 ) )
331327
332328 It is now possible to use ` for await ` to iterate over each item in a cursor
333329 asynchronously.
@@ -337,12 +333,9 @@ This is a major release and breaks backwards compatibility.
337333 Most methods should now provide full type signatures for options and response
338334 objects.
339335
340- ## [ 6.14.1] - 2020-05-01
341-
342336### Fixed
343337
344- - Added ` uuid ` and ` padded ` to legal ` KeyGeneratorType ` values in TypeScript ([ #656 ] ( https://github.com/arangodb/arangojs/issues/656 ) )
345- - Added ` overwrite ` to ` InsertOptions ` type in TypeScript ([ #657 ] ( https://github.com/arangodb/arangojs/issues/657 ) )
338+ - Fixed ` db.dropFunction ` option ` group ` being ignored
346339
347340- Fixed documentation of ` db.runServiceTests `
348341
@@ -354,6 +347,14 @@ This is a major release and breaks backwards compatibility.
354347 If you are using arangojs in Node.js, you no longer need to add the ` dom `
355348 library to your ` tsconfig.json ` configuration.
356349
350+ ## [ 6.14.1] - 2020-05-01
351+
352+ ### Fixed
353+
354+ - Added ` uuid ` and ` padded ` to legal ` KeyGeneratorType ` values in TypeScript ([ #656 ] ( https://github.com/arangodb/arangojs/issues/656 ) )
355+
356+ - Added ` overwrite ` to ` InsertOptions ` type in TypeScript ([ #657 ] ( https://github.com/arangodb/arangojs/issues/657 ) )
357+
357358## [ 6.14.0] - 2020-03-18
358359
359360### Added
0 commit comments