From 60b8be66bc40da7a9b137637c459b97980c79920 Mon Sep 17 00:00:00 2001 From: jsprit Date: Fri, 5 Sep 2014 16:00:14 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8592e74..c04302b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Change-log - countless improvements of javadocs jsprit-core +- renaming of core.problem.constraint.HardActivityStateLevelConstraint into HardActivityConstraint +- renaming of core.problem.constraint.HardRouteStateLevelConstraint into HardRouteConstraint - StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name) - StateFactory moved from core.problem.solution.route.state.StateFactory to core.algorithm.state.InternalStates - StateId moved from core.problem.route.state.StateFactory.StateId to core.algorithm.state.StateId