Commit d4bfdbcc authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Changelog & Documentation updates

parent 03d0e9f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,11 +2,13 @@ git HEAD

    [db-ris]
    * Only display info when a train is late, not when on time / unknown
    * Add --ignore-late option

    [Travel::Status::DE::DeutscheBahn]
    * Add route_raw accessor
    * Proper HTTP request error handling
    * Strip leading whitespace from ::Result info
    * Do not include canceled stops in the route

Travel::Status::DE::DeutscheBahn 0.01 - Mon Jun 27 2011

+6 −2
Original line number Diff line number Diff line
@@ -190,7 +190,11 @@ departure screens installed at most main stations.

=item B<-d>, B<--date> I<dd>.I<mm>.I<yyyy>

Date to list departures for.  Default: today
Date to list departures for.  Default: today.

=item B<-L>, B<--ignore-late>

Do not display delayed trains.

=item B<-m>, B<--mot> I<motlist>

@@ -225,7 +229,7 @@ may not work as expected.

=item B<-V>, B<--version>

Show version information
Show version information.

=back