From a2ffee815dfbd9648629c52bff5be62f266e4c34 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sun, 2 Oct 2011 21:29:59 +0000 Subject: little doc update --- HISTORY | 2 ++ UPGRADE | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 35f1aa79..8a74a213 100644 --- a/HISTORY +++ b/HISTORY @@ -24,6 +24,8 @@ BUG: Issue #265 - Using scroll wheel causes NaN values in TDatePicker (Gabor) BUG: Issue #301 - Fixed a bug in TActiveFileUpload (ctrlaltca) ENH: Issue #337 - Prado serialization optimizations (Gabor) BUG: Issue #341 - TSafeHtmlParser messes up UTF8-encoded strings (ctrlaltca) +BUG: Issue #342 - TStyle does no accept style values with ":" (ctrlaltca) +NEW: Issue #345 - Added TReCaptcha control (Gabor) BUG: Issue #348 - Scripts for dynamically created controls not registered properly in/after a callback (Gabor) BUG: Issue #351 - THtmlArea prone to double-registration, doesn't deregister properly (Gabor) BUG: Issue #353 - Accordion control behaves oddly if clicked too fast (Gabor) diff --git a/UPGRADE b/UPGRADE index 8b6e229b..e0a182f2 100644 --- a/UPGRADE +++ b/UPGRADE @@ -25,7 +25,8 @@ Upgrading from v3.1.x to support this change, but any custom component made by yourself could need some update efforts. The easist way to understand if a component is broken because of this change is to check if you get a 'Operation invalid when page is already rendering' exception. - +- A new "TReCaptcha" control has been added to overcome the limited security offered by TCaptcha. If you + are currently using TCaptcha, an update to the new control is really adviced. Upgrading from v3.1.10 -- cgit v1.2.3