From 36ff95e512d7a90e54d474a1dd5d63935082716f Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Mon, 3 Mar 2014 13:48:53 +0100
Subject: [PATCH] add missing entries to changelog

---
 Changelog | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index b05c727..2ef7733 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,13 @@
 git HEAD
 
-    * Improve error message for unparsable (or missing) route data
-    * Add option to specify maximum number of connections
+    * Move all logic to Travel::Routing::DE::EFA and require an EFA url to
+      be set. This way, any EFA service is supported.
+      Travel::Routing::DE::VRR now calls ::EFA with the VRR url, so there are
+      no backwards-incompatible changes
+    * Improve error messages for missing route data and backend errors
+    * Add option to specify maximum number of connections (efa -n)
     * efa: add -f / --full-route option
+    * efa: add -u / --efa-url option
 
 Travel::Routing::DE::VRR 2.04 - Tue Jan 07 2014
 
-- 
GitLab