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:
parent
5fc12d48ec
commit
1c9ad79371
1 changed files with 1 additions and 1 deletions
|
|
@ -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<String, Object>()).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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue