From 01b97f0e24512121819d0ba69091b12cc28eaa66 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 7 May 2002 01:51:55 +0000 Subject: [PATCH] Added warning about the impending replacement of Widgets with Wobjects. --- docs/gotcha.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index f6439119e..76de8f816 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,6 +7,12 @@ 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. +3.8.0 +-------------------------------------------------------------------- + * Widgets are being replaced with Wobjects. The Widget interface + will remain in WebGUI until version 5.0.0, but it is + depricated and use is not recommended. + 3.6.0 -------------------------------------------------------------------- * You need to get a new Perl module called HTML::Parser before you