summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-10-15 16:10:44 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-10-15 16:10:44 +0200
commit42597a107d799fa86ebc706bf8cbac4f9471d08c (patch)
treecee7c593478a5c1ef12fb6f72ff225dafa0ab233 /user_guide
parentfd275707f6c1a5a63feb8708731d7c97683df765 (diff)
Added support for arbitrary attributes in anchor_popup() of the URL helper.
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 75cb819bf..e02ca28ac 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -93,6 +93,7 @@ SVN Revision: XXXX</p>
<li>Updated <a href="helpers/date_helper.html">Date helper</a> to match the world's current time zones and offsets.</li>
<li>Modified url_title() in the <a href="helpers/url_helper.html">URL helper</a> to remove characters and digits that are part of
character entities, to allow dashes, underscores, and periods regardless of the $separator, and to allow uppercase characters.</li>
+ <li>Added support for arbitrary attributes in anchor_popup() of the <a href="helpers/url_helper.html">URL helper</a>.</li>
</ul>
</li>
<li>Other changes