diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-28 20:36:09 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-28 20:36:09 +0200 |
commit | ca55ab0cd25c776f7a4fd544884dd661a47ef73c (patch) | |
tree | 4e7ff861f8d02eb7aa769f4cafe84ff18bed9d3c /Changelog | |
parent | 8cc41bfc9a5c02e93cd441ab31e3fa37e4c715ef (diff) |
Release v0.140.14
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |