diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | UPGRADE | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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) @@ -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 |