summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-11-21 21:00:59 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-11-21 21:00:59 +0100
commitae60b427f179ddea7f80cccef200677de04e2657 (patch)
tree21c99c0575a04ada43a6e6879584d21f7c562369 /Changelog
parentf932ee618b956dcf229c212a9432be784db4aa52 (diff)
Release v5.005.00
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7c9364f..625b8cc 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,18 @@
+Travel::Status::DE::DeutscheBahn 5.00 - Tue Nov 21 2023
+
+ * hafas-m: Add --raw-json option (useful for HAFAS client development)
+ * hafas-m: Add train search support, e.g. "hafas-m '!EC 6'"
+ * HAFAS->new, HAFAS->new_p: Add journeyMatch flag
+ * Add Travel::Status::DE::HAFAS::Location module
+ * HAFAS::Stop: Fix some documented accessors not being provided by the
+ module
+ * HAFAS::Stop: Add "loc" accessor that returns the corresponding Location
+ instance
+ * HAFAS::Stop: Breaking change: The "eva", "name", "lat", "lon",
+ "distance_m", and "weight" accessors are no longer supported. Use the
+ (identically named) Location accessors instead, i.e., "$stop->loc->name"
+ instead of "$stop->name", etc.
+
Travel::Status::DE::DeutscheBahn 4.19 - Sat Nov 11 2023
* hafas-m: Fall back to locationSearch if StopFinder is unavailable