diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-12 13:33:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-12 13:33:09 +0200 |
commit | d64dec80bc37609090b3f1ba3b253da5ed3c9bde (patch) | |
tree | 95ec34efa11a4e98ea904d389c03826008185b36 /Changelog | |
parent | 7a0cd968db022c830026898989146fcc2f1eb617 (diff) |
return stop objects in route_interesting too
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ git HEAD * URA->new: Rename full_routes option to calculate_routes. The before/after parameters are no longer supported, instead any true parameter causes all routes to be calculated - * URA::Stop: Remove route_timetable accessor. Use route_pre / route_post + * URA::Result: Remove route_timetable accessor. Use route_pre / route_post instead - * Ura::Stop: Add route_pre, route_post and route_interesting accessors + * Ura::Result: Add route_pre, route_post and route_interesting accessors * new module: Travel::Status::DE::URA::Stop (describes a stop as a part of a departure's route) |