diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-26 19:51:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-26 19:51:38 +0200 |
commit | 6796827275793f8a3af33fc5a6ce24dd65657f97 (patch) | |
tree | 9a4392fdc5792fbc5c03a8f5f176a99005b114c9 /Changelog | |
parent | e26377f9365e47eb96b3b3f1da2b1d844914408e (diff) |
Journey: Rework train/line accessors
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,8 +20,9 @@ git HEAD * Travel::Status::DE::HAFAS: Add "result" and "messages" accessors. * Rename Travel::Status::DE::HAFAS::Result to ...::Journey. The accessors "sched_date", "date", "info", "countdown", "countdown_sec", - "raw_e_delay", "raw_delay", "sched_time" and "time" are no longer - supported. Introduces several new accessors instead. + "raw_e_delay", "raw_delay", "sched_time", "time", "train", "train_no" + and "line_no" are no longer supported. Introduces several new + instead. * The module no longer depends on XML::LibXML * New dependency: Digest::MD5 |