summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-12-14 19:59:02 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-12-14 19:59:02 +0100
commite8e22fd6cd102cee2b3fb7e4aa800d15184f104f (patch)
tree7b339b2e50b8995c1e036bd0fb72c990f517224a /Changelog
parentc3614a552fe64f35a415e7e10028e0a6f6c37db0 (diff)
Release v5.025.02
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d687a23..baf69e1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+Travel::Status::DE::DeutscheBahn 5.02 - Wed Dec 14 2023
+
+ * Fix calls to $journey->route crashing in handle_day_change or add_message
+ in some circumstances if the $hafas object that created $journey has
+ gone out of scope (and become eligible for garbage collection) in the
+ meantime. The culprit was a mis-application of weaken() introduced in
+ v5.01.
+ * hafas-m: Add -v/--via option
+
Travel::Status::DE::DeutscheBahn 5.01 - Sat Nov 25 2023
* Fix incorrect handling of HIM messages (introduced in 4.19)