From 1c9ad79371750f1c5657ac182c98a84cef0d8536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schr=C3=B6der?= Date: Thu, 8 Jun 2017 12:46:31 +0200 Subject: [PATCH] Create WHATS_NEW.md --- WHATS_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index dfee9455..cba7d625 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -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:
Service one = Service.Builder.newInstance("s").setLocation(Location.newInstance("loc"))
-    .setUserData(new HashMap()).build();
+ .setUserData(new HashMap<String, Object>()).build(); 2017-05-11 new release **v1.7.1** - determine [reasons for unassigned jobs](https://github.com/graphhopper/jsprit/issues/180)