summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index eea6fe5..92da526 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,9 @@ git HEAD
* Add ->key accessor to Travel::Status::DE::VRR::Line
(meaning is unknown)
+ * Add ->is_cancelled accessor to Travel::Status::DE::VRR::Result
+ * Travel::Status::DE::VRR::Result->delay will no longer return '-9999'
+ for cancelled departures, check ->is_cancelled instead
* Allow Travel::Status::DE::VRR::Line and TraveL::Status::DE::VRR::Result
to be serialized to JSON (via TO_JSON method)