From 3cedd7a25f1fbdbac031e45fb9890359764f2a34 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@derf.homelinux.org>
Date: Sun, 6 Jun 2010 18:26:13 +0200
Subject: [PATCH] Update Changelog and README

---
 Changelog | 5 +++++
 README    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index cbbc58a..8374051 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+git HEAD
+
+    * Rewrite efa parser using XML::LibXML (major performance improvement)
+    * Detect more efa.vrr.de errors (no routes found, invalid input data, etc.)
+
 efa 1.2 - Sat Jun 5 2010
 
     * Rewrite efa parser using HTML::TreeBuilder::XPath
diff --git a/README b/README
index c297654..3ff9972 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ efa - inofficial efa.vrr.de commandline client
 
 Requires:
  - perl version 5.10 or newer
- - The perl modules WWW::Mechanize and HTML::TreeBuilder::XPath
+ - The perl modules WWW::Mechanize and XML::LibXML
 
 
 Installation
-- 
GitLab