summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-09-22 13:19:14 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-09-22 13:19:14 +0200
commitc438b3c4e210a4480652f297f1bf9510cdf44244 (patch)
tree2b2445ecba473799c3ebed1f7b8b1210084f29bc /Changelog
parentb8bdca3c045787ad546234fff0cf5801dbe1cd92 (diff)
Switch from XML to JSON API flavour
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 79de9d3..abd36ea 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,13 @@
+git HEAD
+ * Drop XML::LibXML dependency
+ * New dependencies: DateTime::Format::Strptime, JSON
+ * Switch API language from XML to JSON
+ * Rename Travel::Status::DE::EFA::Result to Travel::Status::DE::EFA::Departure
+ * EFA: Remove "identified_data" accessor (not supported by JSON backends)
+ * Result/Departure: Remove "info" accessor
+ * Result/Departure: add "hints" accessor
+ * Line: Add "number" accessor
+
Travel::Status::DE::VRR 2.02 - Sun May 19 2024
* EFA->new: Deprecate "efa_url" option. Use "service" instead.
"efa_url" is still supported, just not documented anymore.