Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions gtfs-realtime/spec/en/revision-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Revision History

#### April 2026

* Fixed typos in gtfs-realtime.proto. See [discussion](https://github.com/google/transit/pull/541).

#### February 2026

* Corrected trip_ids requirement and cardinality for selectedTrips. See [discussion](https://github.com/google/transit/pull/609).
Expand Down
2 changes: 1 addition & 1 deletion gtfs/spec/en/reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## General Transit Feed Specification Reference

**Revised March 3, 2026. See [Revision History](https://gtfs.org/schedule/process/#revision-history) for more details.**
**Revised April 27, 2026. See [Revision History](https://gtfs.org/schedule/process/#revision-history) for more details.**

This document defines the format and structure of the files that comprise a GTFS dataset.

Expand Down
3 changes: 3 additions & 0 deletions gtfs/spec/en/revision-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Revision History

#### April 2026
* Added safe duration fields to `trips.txt` to provide better flexible trip time estimates. See [discussion](https://github.com/google/transit/pull/598).

#### February 2026
* Required `from_stop_id` and `to_stop_id` when transfer_type = 0 or is empty (recommended transfer point). See [discussion](https://github.com/google/transit/pull/591).
* Improved currency amount description. See [discussion](https://github.com/google/transit/pull/615).
Expand Down
Loading