Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update revision history #390

Merged
merged 3 commits into from
Aug 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions gtfs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ Every new feature adds complexity to the creation and reading of feeds. Therefor

### Revision History

#### August 2023
* Add fare_media_type=1. See [discussion](https://github.com/google/transit/pull/385).

#### 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).
* Best practices: add recommended presence. See [discussion](https://github.com/google/transit/pull/386).

#### March 14, 2023

* Added fare media. See [discussion](https://github.com/google/transit/pull/355).
Expand Down