summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-28 20:36:09 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-28 20:36:09 +0200
commitca55ab0cd25c776f7a4fd544884dd661a47ef73c (patch)
tree4e7ff861f8d02eb7aa769f4cafe84ff18bed9d3c /Changelog
parent8cc41bfc9a5c02e93cd441ab31e3fa37e4c715ef (diff)
Release v0.140.14
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2762137..479004e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,17 @@
+Travel::Status::DE::DBWagenreihung 0.14 - Sun Apr 28 2024
+
+ * This module now explicitly treats carriages as groups, just like the
+ backend does. Each group contains at least one carriage and has a
+ distinct number, origin, destination, and train type / description.
+ * Add Travel::Status::DE::DBWagenreihung::Group module.
+ * DBWagenreihung: Add groups, carriages, and train_nos accessors.
+ * DBWagenreihung: origins, destinations: Return hashrefs with
+ "name" / "groups" / "sections" rather than "name" / "sections".
+ * DBWagenreihung: Remove train_descriptions, wagongroup_description,
+ wagongroup_subtype, and wagongroup_model accessors. Use $wr->groups and
+ $group->description / $group->desc_short instead.
+ This is a breaking change.
+
Travel::Status::DE::DBWagenreihung 0.13 - Sat Apr 27 2024
* DBWagenreihung: Add station accessor.