summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-11-20 18:25:03 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2019-11-20 18:25:03 +0100
commitb017b30d721965dd88c36b43781299280de4f2c4 (patch)
treec83e43441dd53f88531d049b8e94cd6a6d354012
parent0a9a6bac565efaeb65c15ac0f8e544ef82c78368 (diff)
Update Changelog
-rw-r--r--Changelog11
-rw-r--r--README.md5
2 files changed, 16 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 88a5771..fcf4245 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+git HEAD
+
+ * Update stations list, prune duplicates and outdated entries
+ (251 additions, 155 deletions). Incorporates patches by Moritz Schlarb
+ and https://github.com/Knuspel -- Thanks!
+ * Update documentation to reflect that EVA IDs use by DB IRIS are not
+ the same as UIC station IDs (they just happen to be identical in 99% of
+ cases)
+ * Stations are now stored in share/stations.json. See README.md for
+ station management hints.
+
Travel::Status::DE::IRIS 1.35 - Sun Nov 17 2019
* Add additional dutch and austrian stations
diff --git a/README.md b/README.md
index ea0d91f..f3757b3 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@ Dependencies
* Text::LevenshteinXS
* XML::LibXML
+Additional dependencies for building this module:
+
+* File::Slurp
+* JSON
+
Note about Text::LevenshteinXS: This module is old and unmaintained, but
appears to be packaged for slightly more distros than its successor
Text::Levenshtein::XS. If it is not available for your distro (and you do