From d259e9231a3bb7bf6b277ef47d66556c0be9a19f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 21 May 2009 21:19:37 +0000 Subject: [PATCH] Add missing gotchas for new modules. --- docs/gotcha.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 9f8f8493b..764ddecba 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -11,6 +11,11 @@ save you many hours of grief. 7.7.7 -------------------------------------------------------------------- * WebGUI now requires Digest::SHA. + + * WebGUI now requires JavsScript::Minifier::XS 0.05 + + * WebGUI now requires CSS::Minifier::XS 0.03 + 7.7.6 --------------------------------------------------------------------