From 0e9a551bc9f460821ce3b9fa22e45297a5be1d30 Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Wed, 11 Mar 2009 15:35:24 +1100 Subject: [PATCH] Added Params::Validate to gotcha.txt --- docs/gotcha.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 387085911..4e0e2a486 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,6 +7,10 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. +7.7.0 +-------------------------------------------------------------------- + * WebGUI now requires Params::Validate version 0.81 or greater. + 7.6.11 -------------------------------------------------------------------- * If upgrading from WebGUI 7.5, you should upgrade to 7.5.40 first,