From 5fc12d48ecefea37352e4c05049273fc76b2e176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schr=C3=B6der?= Date: Thu, 8 Jun 2017 12:42:40 +0200 Subject: [PATCH] Create WHATS_NEW.md --- WHATS_NEW.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 44d2a30a..dfee9455 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -1,6 +1,14 @@ WHATS NEW ========== ------------------------------ +2017-06-08 new release **v1.7.2** +- one can now set custom properties/user defined data (see pr: https://github.com/graphhopper/jsprit/pull/348) + +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();
+ 2017-05-11 new release **v1.7.1** - determine [reasons for unassigned jobs](https://github.com/graphhopper/jsprit/issues/180) - extend priority levels from 3 to 10 levels