diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b8a3fd..df92af17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Change-log - added feature: prohibit vehicles to take over entire route ([#70](https://github.com/jsprit/jsprit/issues/70)) - fixed bug: [#58](https://github.com/jsprit/jsprit/issues/58),[#76](https://github.com/jsprit/jsprit/issues/76)-[#79](https://github.com/jsprit/jsprit/issues/79) - inspected and removed all warnings +- visibility of methods activity.Start.get/setCoordinate(...) decreased from public to private [potential Break Change] +- visibility of methods activity.End.get/setCoordinate(...) decreased from public to private [potential Break Change] +- method isReturnToDepot() has added to interface Vehicle [potential Break Change] +- visibility of constructor VehicleImpl.Builder decreased from public to private [potential Break Change] jsprit-analysis: - added GraphStreamViewer @@ -26,6 +30,8 @@ Change-log - added VrphGoldenReader (plus instances to bechmark VRPH) - inspected and removed all warnings + + **v1.0.0** @ 2013-11-26 (break change) - re-organized API