summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-10-16 18:32:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-10-16 18:32:50 +0200
commit565b081d49fee46f8ffd830057b1939286f3551b (patch)
tree879c22b20acb19f3e0bc772fc835758a4d4f854e /Changelog
parent585a0f6f476ec04f19e2924dbbcbd898343cc867 (diff)
add $result->is_cancelled accessor, do not allow delay == -9999
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)