From c149aa52fd06314b02b3e91ae201017bedc05d2e Mon Sep 17 00:00:00 2001 From: "Abigail R." Date: Thu, 2 Jul 2026 12:51:36 -0400 Subject: [PATCH] Update GTFS Realtime Revision History Updated GTFS Realtime Revision History to reflect changes adopted into the specification --- gtfs-realtime/spec/en/revision-history.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtfs-realtime/spec/en/revision-history.md b/gtfs-realtime/spec/en/revision-history.md index 1361a8f2..437195d2 100644 --- a/gtfs-realtime/spec/en/revision-history.md +++ b/gtfs-realtime/spec/en/revision-history.md @@ -1,5 +1,10 @@ ### Revision History +#### June 2026 + +* Added two new fields into Service Alerts: communication_period and impact_period to better define active_period. See [discussion](https://github.com/google/transit/pull/546) +* Added new SPECIAL_EVENT Cause to Cause list in Service Alerts. See [discussion](https://github.com/google/transit/pull/577) + #### April 2026 * Fixed typos in gtfs-realtime.proto. See [discussion](https://github.com/google/transit/pull/541).