summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-12-04 13:27:31 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-12-04 13:27:31 +0100
commitaf6dbaf3c10f75f0c8d008158adda4f6d22e9ee9 (patch)
treee6b61602ec63fb7a76e353b0d566c096ff2eb804 /Changelog
parent1676309374dc39286024d6c526e6992e2c60926e (diff)
Release v1.751.75
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3d406e9..a20182f 100644
--- a/Changelog
+++ b/Changelog
@@ -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