summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted/NewFeatures.page')
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/NewFeatures.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index a5136d72..53b516cc 100644
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -10,7 +10,7 @@ This page summarizes the main new features that are introduced in each PRADO rel
<ul>
<li>Added a new control <a href="?page=Controls.TabPanel">TTabPanel</a> that displays tabbed views.</li>
<li>Added a new control <a href="?page=Controls.Keyboard">TKeyboard</a> that displays a virtual keyboard for text input.</li>
-<li>Added a new module TCacheHttpSession that stores session data using a cache module to improve the session performance.</li>
+<li>Added a new control <a href="?page=Controls.Captcha">TCaptcha</a> that displays a CAPTCHA to keep spammers from signing up for certain accounts online. A related validator <tt>TCaptchaValidator</tt> is also implemented.</li>
<li>Added Oracle DB support to Active Record</li>
</ul>