We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873173d commit 5fc12d4Copy full SHA for 5fc12d4
WHATS_NEW.md
@@ -1,6 +1,14 @@
1
WHATS NEW
2
==========
3
------------------------------
4
+<b>2017-06-08</b> new release **v1.7.2**
5
+- one can now set custom properties/user defined data (see pr: https://github.com/graphhopper/jsprit/pull/348)
6
+
7
+For example, if one wants to enrich a service with an arbitrary number of custom properties, set a map like this:
8
9
+<pre><code>Service one = Service.Builder.newInstance("s").setLocation(Location.newInstance("loc"))
10
+ .setUserData(new HashMap<String, Object>()).build();</code></pre>
11
12
<b>2017-05-11</b> new release **v1.7.1**
13
- determine [reasons for unassigned jobs](https://github.com/graphhopper/jsprit/issues/180)
14
- extend priority levels from 3 to 10 levels
0 commit comments