From 8f9ef4d58755d07494177d4123bde930659d2628 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 26 Nov 2013 11:35:28 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1eea9b..85b4ad3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Change-log - new package names: jsprit.<module>.<folder(s)> - most of the breaks can be fixed by (re-)organizing imports - however the following breaks have to be fixed manually: -- SolutionPrinter.print(solution, Print.VERBOSE) +- SolutionPrinter.print(solution, Print.VERBOSE) --> use .print(solution) instead - VehicleRoute: getCosts(), getCostCalculator() - TimeBreaker --> TimeTermination, VariationCoefficentBreaker --> ...Termination, Iteration...Breaker --> ...Termination - VehicleRoutingAlgorithm: setPrematureBreaker(...) --> setPrematureTermination(...)