File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Changed
1111
12- * Moved most documentation out of the README.
12+ * Moved most documentation out of the README ( [ # 123 ] ( https://github.com/arangodb/arangojs/issues/123 ) )
1313
1414 This is a necessary step to integrate arangojs with the Drivers book in the official ArangoDB documentation.
1515
1616* Replaced internal use of async functions with callbacks
1717
1818 This removes some unnecessary layers of indirection, which should increase overall performance.
1919
20+ ### Fixed
21+
22+ * Increased test coverage ([ #34 ] ( https://github.com/arangodb/arangojs/issues/34 ) ).
23+
2024## [ 6.2.0] - 2018-03-06
2125
2226### Changed
You can’t perform that action at this time.
0 commit comments