From 2d40de6fc23eca3639d85cdd934e73bb163324ed Mon Sep 17 00:00:00 2001 From: isabelle-dr Date: Thu, 10 Aug 2023 21:13:11 -0400 Subject: [PATCH] Add merged PRs --- gtfs/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtfs/CHANGES.md b/gtfs/CHANGES.md index 3f004655..958de94e 100644 --- a/gtfs/CHANGES.md +++ b/gtfs/CHANGES.md @@ -56,6 +56,10 @@ Every new feature adds complexity to the creation and reading of feeds. Therefor #### July 2023 * Forbid subfolders in GTFS files. See [discussion](https://github.com/google/transit/pull/379). * Added variable fares by time or day. See [discussion](https://github.com/google/transit/pull/357). +* Clarify implied timezone in stop_times.txt. See [discussion](https://github.com/google/transit/pull/378). +* Specify stop times shape_dist_traveled must not exceed the trip shape's maximum distance. See [discussion](https://github.com/google/transit/pull/380). +* Add fare_media_type=1. See [discussion](https://github.com/google/transit/pull/385). +* Best practices: add recommended presence. See [discussion](https://github.com/google/transit/pull/386). #### March 14, 2023