Skip to content

Commit 58d3424

Browse files
committed
Set version 6.4 and release date in changelog
Merged-by: Stefan Walter <stefan.walter@iml.fraunhofer.de>
1 parent dba4171 commit 58d3424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opentcs-documentation/src/docs/release-notes/changelog.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ The openTCS developers
1616
This change log lists the most relevant changes for past releases in reverse chronological order.
1717
(Note that the openTCS project adheres to https://semver.org/[Semantic Versioning].)
1818

19-
== Unreleased
19+
== Version 6.4 (2025-03-10)
2020

2121
* New features and enhancements:
2222
** Properly handle the interaction of order sequences and the dispensable flag of transport orders.
2323
A transport order whose dispensable flag is set and which is also part of an order sequence will be skipped/aborted when another transport order was added to the sequence.
2424
Additionally, when a vehicle is processing the last transport order of a complete order sequence and that transport order is also dispensable, the vehicle is considered available for another transport order / order sequence.
2525
** Update web API specification and implementation to version 1.11.0:
2626
*** Include a transport order's key-value properties in responses when requesting transport order data.
27+
* Bugs fixed:
28+
** Avoid `NullPointerException` when trying to edit the symbol of locations or location types.
2729
* Changes affecting developers:
2830
** Allow the router to provide multiple (alternative) routes instead of just a single one.
2931
This allows the components that use the router to decide for themselves which route to choose.
3032
(A routing algorithm that actually provides multiple routes has not yet been implemented, i.e. the router will continue to provide only one route for the time being.)
3133
** Deprecate `Vehicle.getNextPosition()` and `Vehicle.withNextPosition()` which are effectively no longer used.
3234
** Update Gestalt to 0.35.2.
33-
* Bugs fixed:
34-
** Avoid `NullPointerException` when trying to edit the symbol of locations or location types.
3535

3636
== Version 6.3 (2025-02-04)
3737

0 commit comments

Comments
 (0)