1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Update CHANGELOG.md

This commit is contained in:
jsprit 2014-01-27 20:16:44 +01:00
parent 7453fafc65
commit 00f6580f9d

View file

@ -15,8 +15,8 @@ Change-log
- 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) - 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)
- added abstract class AbstractForwardVehicleRoutingCosts - added abstract class AbstractForwardVehicleRoutingCosts
- inspected and removed all warnings - inspected and removed all warnings
- visibility of methods activity.Start.get/setCoordinate(...) decreased from public to private <b>[potential Break Change]</b> - visibility of methods activity.Start.get/setCoordinate(...) decreased from public to package <b>[potential Break Change]</b>
- visibility of methods activity.End.get/setCoordinate(...) decreased from public to private <b>[potential Break Change]</b> - visibility of methods activity.End.get/setCoordinate(...) decreased from public to package <b>[potential Break Change]</b>
- method isReturnToDepot() has been added to interface Vehicle <b>[potential Break Change]</b> - method isReturnToDepot() has been added to interface Vehicle <b>[potential Break Change]</b>
- visibility of constructor VehicleImpl.Builder decreased from public to private <b>[potential Break Change]</b> - visibility of constructor VehicleImpl.Builder decreased from public to private <b>[potential Break Change]</b>