diff --git a/WHATS_NEW.md b/WHATS_NEW.md
index b3035869..462a7cc0 100644
--- a/WHATS_NEW.md
+++ b/WHATS_NEW.md
@@ -1,6 +1,16 @@
WHATS NEW
==========
------------------------------
+?? new release **v1.7**
+- 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 for other developers and their commercial applications
+- 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
+- made it [much more memory efficient](https://github.com/graphhopper/jsprit/issues/230) for large problems
+- add [priority feature](https://github.com/graphhopper/jsprit/issues/242)
+- [refine exceptions](https://github.com/graphhopper/jsprit/issues/251) to get a clear separation of IllegalArgument and [IllegalState](https://stackoverflow.com/questions/12698275/whats-the-intended-use-of-illegalstateexception)
+
2016-02-02 new release **v1.6.2**
Consideration of Waiting Times: