diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9096da60..7bca0fd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ Change-log
! Break change !
+- migrated from log4j1x to log4j2
+- new feature: skills can now be included easily
+- countless improvements of javadocs
+
jsprit-core
- 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
@@ -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.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
jsprit-core