1
0
Fork 0
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:
jsprit 2014-07-17 11:47:48 +02:00
parent 0863e459e6
commit a3aebbbfcd

View file

@ -2,11 +2,11 @@ Change-log
==========
**v1.4.0** ? in preparation
<b>! Break change !</b>
<em>jsprit-core</em>
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