summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorRobin Sowell <robin.sowell@ellislab.com>2010-05-24 18:20:03 +0200
committerRobin Sowell <robin.sowell@ellislab.com>2010-05-24 18:20:03 +0200
commit2a6c1da49b38abb8767192a064b8c6b01d1e421e (patch)
tree003698ac67da531534728931c057ad2acf475806 /user_guide
parent23e796f7561832a929c1a78c1fb60667563b0756 (diff)
Added $prefix, $suffix and $first_url properties to Pagination library.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 08c98157b..1aa06d388 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,7 @@ Hg Tag: </p>
</ul>
<li>Libraries
<ul>
+ <li>Added <var>$prefix</var>, <var>$suffix</var> and <var>$first_url</var> properties to Pagination library.</li>
<li>Added <a href="./libraries/security.html">Security library</a>, which now contains the <dfn>xss_clean</dfn> function, <dfn>filename_security</dfn> function and other security related functions.</li>
<li>Added CSRF (Cross-site Reference Forgery) protection to the <a href="./libraries/security.html">Security library</a>.</li>
<li>Added <var>$parse_exec_vars</var> property to Output library.</li>