diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-12-04 13:27:31 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-12-04 13:27:31 +0100 |
commit | af6dbaf3c10f75f0c8d008158adda4f6d22e9ee9 (patch) | |
tree | e6b61602ec63fb7a76e353b0d566c096ff2eb804 /Changelog | |
parent | 1676309374dc39286024d6c526e6992e2c60926e (diff) |
Release v1.751.75
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Travel::Status::DE::IRIS 1.75 - Sun Dec 04 2022 + + * Update station list + * Note that station names are no longer considered unique. + get_stations() and the get_station_by_... set of functions may return + multiple entries with the same name, but different DS100 and EVA IDs. + For now, get_station_by_name() retains its behaviour of only returning a + single match if the name matches exactly -- for multiple stations with + the same name, it returns the one with the lowest EVA number. + get_station_by_name() return value and semantics may change in a future + major release. + Travel::Status::DE::IRIS 1.74 - Tue Nov 22 2022 * Stations: Use GIS::Distance, as documented. Release 1.73 accidentally |