summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index e6590f04..f25d624f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -20,6 +20,9 @@ DELETE FROM Packages WHERE DummyPkg = 1;
ALTER TABLE Packages DROP COLUMN DummyPkg;
----
+3. The File_Find PEAR module is no longer required. You can safely uninstall it
+if nothing else depends on it.
+
From 1.8.0 to 1.8.1
-------------------