summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-12-03 11:28:08 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-12-03 11:28:08 +0100
commitda4a7037418415e9c2c76831c7f5fb75b1045cc8 (patch)
treeb57a615aec8e3f69fc7efa2ebbde20f4ba278668
parentdb1479f97edecfafa25599318240c217e0584e60 (diff)
changelog
-rw-r--r--Changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9290d42..52cfa53 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,24 @@
+git HEAD
+
+ * Now uses the efa.vrr.de XML interface
+ * properly decode UTF-8 strings
+
+ [Travel::Routing::DE::VRR::Route]
+ * new accessors: duration, ticket_type, fare_adult, fare_child and
+ vehicle_time
+
+ [Travel::Routing::DE::VRR::Route::Part]
+ * arrival_stop and departure_stop no longer include the platform,
+ use arrival_stop_and_platform / departure_stop_and_platform instead
+ * New accessors: arrival_date, arrival_platform, arrival_sdate,
+ arrival_stime, arrival_stop_and_platform, delay, departure_date,
+ departure_platform, departure_sdate, departure_stime,
+ departure_stop_and_platform, via
+ * ->extra no longer contains information about delays, use ->delay instead
+
+ [efa]
+ * New -E / --extended-info option to display travel fares
+
Travel::Routing::DE::VRR 1.06 - Sat Sep 17 2011
* Fix dependencies. We claimed to use WWW::Mechanize but in fact only