summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-12 13:33:09 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-10-12 13:33:09 +0200
commitd64dec80bc37609090b3f1ba3b253da5ed3c9bde (patch)
tree95ec34efa11a4e98ea904d389c03826008185b36 /Changelog
parent7a0cd968db022c830026898989146fcc2f1eb617 (diff)
return stop objects in route_interesting too
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index d1ef69b..d3acd25 100644
--- a/Changelog
+++ b/Changelog
@@ -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)