From a8f3d61c4778dcd3f94d777abcbd1c60f5762cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schr=C3=B6der?= Date: Thu, 4 Aug 2016 10:18:32 +0200 Subject: [PATCH] what has and will change for v1.7 --- WHATS_NEW.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 40791622..ce77d3d6 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -2,8 +2,8 @@ WHATS NEW ========== ------------------------------ ?? new release **v1.7** -- move to graphhopper.com -- change license from GPLv3 to Apache v2 to make it even more attractive to other developers +- move packages to [graphhopper.com](https://graphhopper.com/) +- change license from GPLv3 to [Apache v2](https://github.com/graphhopper/jsprit/blob/master/LICENSE.md) to make it even more attractive to other developers - pushed binaries to maven central, i.e. made it better accessible and we get rid of our own repo - outsourced various io operations, e.g. reading writing problem/algorithm to a new module called [jsprit-io](https://github.com/graphhopper/jsprit/tree/master/jsprit-io). this way the core is even more lightweight and less dependent on other libraries - switched from log4j to the [logger facade slf4j](http://www.slf4j.org/) to allow developers to plugin the logger of their choice