From 4d845a841766e3dc3637a36d06b4a28d12ca4bf2 Mon Sep 17 00:00:00 2001 From: jsprit Date: Mon, 27 Jan 2014 15:54:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df92af17..39736ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +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] +- 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