1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Create WHATS_NEW.md

This commit is contained in:
Stefan Schröder 2017-06-08 12:46:31 +02:00 committed by GitHub
parent 5fc12d48ec
commit 1c9ad79371

View file

@ -7,7 +7,7 @@ WHATS NEW
For example, if one wants to enrich a service with an arbitrary number of custom properties, set a map like this:
<pre><code>Service one = Service.Builder.newInstance("s").setLocation(Location.newInstance("loc"))
.setUserData(new HashMap<String, Object>()).build();</code></pre>
.setUserData(new HashMap&lt;String, Object&gt;()).build();</code></pre>
<b>2017-05-11</b> new release **v1.7.1**
- determine [reasons for unassigned jobs](https://github.com/graphhopper/jsprit/issues/180)