Skip to content

Commit b5704cf

Browse files
author
mpv1989
committed
fixed VPackSlice float/double bug
1 parent 89aa1fe commit b5704cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ v4.1.12 (2017-04-xx)
22
---------------------------
33
* added ArangoDatabase.cursor() (issue #116)
44
* optimized ArangoDB.Builder for better multi thread support
5+
* fixed VPackSlice float/double bug
56

67
v4.1.11 (2017-03-24)
78
---------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<logback-classic.version>1.1.3</logback-classic.version>
2828
<hamcrest-all.version>1.3</hamcrest-all.version>
2929
<junit.version>4.12</junit.version>
30-
<arangodb.velocypack.version>1.0.4</arangodb.velocypack.version>
30+
<arangodb.velocypack.version>1.0.5-SNAPSHOT</arangodb.velocypack.version>
3131
</properties>
3232

3333
<developers>

0 commit comments

Comments
 (0)