Skip to content

Commit 5fc12d4

Browse files
authoredJun 8, 2017
Create WHATS_NEW.md
1 parent 873173d commit 5fc12d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎WHATS_NEW.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
WHATS NEW
22
==========
33
------------------------------
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+
412
<b>2017-05-11</b> new release **v1.7.1**
513
- determine [reasons for unassigned jobs](https://github.com/graphhopper/jsprit/issues/180)
614
- extend priority levels from 3 to 10 levels

0 commit comments

Comments
 (0)