Skip to content

Commit fe28ed0

Browse files
committed
Added test coverage to CHANGELOG
1 parent 5d510dd commit fe28ed0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)