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:
parent
919358b0f6
commit
ac83e2ded9
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,10 @@ Change-log
|
||||||
|
|
||||||
<b>! Break change !</b>
|
<b>! Break change !</b>
|
||||||
|
|
||||||
|
- migrated from log4j1x to log4j2
|
||||||
|
- new feature: skills can now be included easily
|
||||||
|
- countless improvements of javadocs
|
||||||
|
|
||||||
<em>jsprit-core</em>
|
<em>jsprit-core</em>
|
||||||
- StateFactory.createId(String name) moved to core.algorithm.state.StateManager.createStateId(String name)
|
- 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
|
- StateFactory moved from core.problem.solution.route.state.StateFactory to core.algorithm.state.InternalStates
|
||||||
|
|
@ -14,6 +18,12 @@ Change-log
|
||||||
- deprecated core.problem.VehicleRoutingProblem.Builder.addVehicle(Vehicle v) and added core.problem.VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle v)
|
- deprecated core.problem.VehicleRoutingProblem.Builder.addVehicle(Vehicle v) and added core.problem.VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle v)
|
||||||
- deprecated core.problem.VehicleRoutingProblem.Builder.addJob(Job j) and added core.problem.VehicleRoutingProblem.Builder.addJob(AbstractJob j)
|
- deprecated core.problem.VehicleRoutingProblem.Builder.addJob(Job j) and added core.problem.VehicleRoutingProblem.Builder.addJob(AbstractJob j)
|
||||||
|
|
||||||
|
- bugfix [#107](https://github.com/jsprit/jsprit/issues/107)
|
||||||
|
- bugfix [#109](https://github.com/jsprit/jsprit/issues/109)
|
||||||
|
- bugfix [#111](https://github.com/jsprit/jsprit/issues/111)
|
||||||
|
- bugfix [#112](https://github.com/jsprit/jsprit/issues/112)
|
||||||
|
- bugfix [#114](https://github.com/jsprit/jsprit/issues/114)
|
||||||
|
|
||||||
**v1.3.1** @ 2014-06-14
|
**v1.3.1** @ 2014-06-14
|
||||||
|
|
||||||
<em>jsprit-core</em>
|
<em>jsprit-core</em>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue