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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### 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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Historial de revisiones

#### Septiembre de 2025
* Se agregó el campo `cemv_support` en `agency.txt` y `routes.txt`. Ver [discusión](https://github.com/google/transit/pull/545).
* Se agregó el campo `stop_access` en `stops.txt`. Ver [discusión](https://github.com/google/transit/pull/515).

#### Junio ​​de 2025
* Se agregó el campo `cars_allowed` a `trips.txt`. Ver [discusión](https://github.com/google/transit/pull/547).

Expand Down
28 changes: 17 additions & 11 deletions docs/es/documentation/schedule/reference.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Historique des révisions

#### Septembre 2025
* Ajout du champ `cemv_support` dans `agency.txt` et `routes.txt`. Voir [discussion](https://github.com/google/transit/pull/545).
* Ajout du champ `stop_access` dans `stops.txt`. Voir [discussion](https://github.com/google/transit/pull/515).

#### Juin 2025
* Ajout du champ `cars_allowed` dans `trips.txt`. Voir [discussion](https://github.com/google/transit/pull/547).

Expand Down
41 changes: 24 additions & 17 deletions docs/fr/documentation/schedule/reference.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### 改訂履歴

#### 2025年9月
* `agency.txt`と`routes.txt`に `cemv_support` フィールドを追加しました。[ディスカッション](https://github.com/google/transit/pull/545) を参照してください。
* `stops.txt`に `stop_access` フィールドを追加しました。[ディスカッション](https://github.com/google/transit/pull/515) を参照してください。

#### 2025年6月
* `trips.txt`に `cars_allowed` フィールドを追加しました。[ディスカッション](https://github.com/google/transit/pull/547)をご覧ください。

Expand Down
18 changes: 12 additions & 6 deletions docs/ja/documentation/schedule/reference.md

Large diffs are not rendered by default.