summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--UPGRADE3
2 files changed, 4 insertions, 1 deletions
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