From a3aebbbfcd77d7e53d3d286426843b2ad881ded2 Mon Sep 17 00:00:00 2001 From: jsprit Date: Thu, 17 Jul 2014 11:47:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3317b4e2..f0af262e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ Change-log ========== **v1.4.0** ? in preparation +! Break change ! + jsprit-core - -StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) - -constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) +- StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) +- constructor new StateManager(VehicleRoutingTransportCosts costs) does not exist anymore, but is new StateManager(VehicleRoutingProblem vrp) **v1.3.1** @ 2014-06-14