summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-10-26 19:51:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-10-26 19:51:38 +0200
commit6796827275793f8a3af33fc5a6ce24dd65657f97 (patch)
tree9a4392fdc5792fbc5c03a8f5f176a99005b114c9 /Changelog
parente26377f9365e47eb96b3b3f1da2b1d844914408e (diff)
Journey: Rework train/line accessors
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 595c453..a476189 100644
--- a/Changelog
+++ b/Changelog
@@ -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