From f1c9c3ec062ca5022db0fb8a731c1c60c51fae68 Mon Sep 17 00:00:00 2001 From: Sergio Delgado Rodriguez Date: Fri, 3 Oct 2025 21:09:42 -0400 Subject: [PATCH 1/2] Update revision-history.md --- gtfs/spec/en/revision-history.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtfs/spec/en/revision-history.md b/gtfs/spec/en/revision-history.md index 38f230c2..abee7804 100644 --- a/gtfs/spec/en/revision-history.md +++ b/gtfs/spec/en/revision-history.md @@ -1,5 +1,9 @@ ### Revision History +#### September 2025 +* Added `cemv_support` field in `agency.txt` and `routes.txt` See [discussion](https://github.com/google/transit/pull/545). +* Added `stop_access` field in `stops.txt` See [discussion](https://github.com/google/transit/pull/515). + #### June 2025 * Added cars_allowed field to trips.txt. See [discussion](https://github.com/google/transit/pull/547). From 29cdceb9d8174b0538c91241580765c8d36e1950 Mon Sep 17 00:00:00 2001 From: Skander Chouchene Date: Mon, 6 Oct 2025 10:24:33 -0400 Subject: [PATCH 2/2] added full stops --- gtfs/spec/en/revision-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtfs/spec/en/revision-history.md b/gtfs/spec/en/revision-history.md index abee7804..698fd7af 100644 --- a/gtfs/spec/en/revision-history.md +++ b/gtfs/spec/en/revision-history.md @@ -1,8 +1,8 @@ ### Revision History #### September 2025 -* Added `cemv_support` field in `agency.txt` and `routes.txt` See [discussion](https://github.com/google/transit/pull/545). -* Added `stop_access` field in `stops.txt` See [discussion](https://github.com/google/transit/pull/515). +* Added `cemv_support` field in `agency.txt` and `routes.txt`. See [discussion](https://github.com/google/transit/pull/545). +* Added `stop_access` field in `stops.txt`. See [discussion](https://github.com/google/transit/pull/515). #### June 2025 * Added cars_allowed field to trips.txt. See [discussion](https://github.com/google/transit/pull/547).