File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+
11
+ - upgraded dependency velocypack 1.4.0
12
+
13
+ - added support for generic types
14
+
15
+ Serialize the class name in a field \_ class when necessary. Field name can be configured through VPack.Builder#typeKey(String)
16
+
9
17
## [ 5.0.0-RC.1] - 2018-09-12
10
18
11
19
### Added
Original file line number Diff line number Diff line change 23
23
<properties >
24
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
25
<slf4j-api .version>1.7.13</slf4j-api .version>
26
- <arangodb .velocypack.version>1.3 .0</arangodb .velocypack.version>
26
+ <arangodb .velocypack.version>1.4 .0</arangodb .velocypack.version>
27
27
28
28
<!-- provided -->
29
29
<httpclient .version>4.5.1</httpclient .version>
You can’t perform that action at this time.
0 commit comments