summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2009-02-10 19:56:01 +0100
committerDerek Jones <derek.jones@ellislab.com>2009-02-10 19:56:01 +0100
commit0b2145f96b6c05aefb51cccb643d203b83a0d761 (patch)
tree078ebcc0d50110ee42a49b8cfa98575cf5984052 /user_guide
parent534be03fdc52bdaeb48ffe89cb6aa042ad1890ad (diff)
Added trailing periods as characters to be removed in url_title()
Removed an extraneous Å character from the file that crept in from somewhere
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 48f356703..457db56a1 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -129,6 +129,7 @@ SVN Revision: </p>
<li>Fixed a bug (#6342) with plural() in the Inflection helper with words ending in "y".</li>
<li>Fixed bug (#6517) where Routed URI segments returned by URI::rsegment() method were incorrect for the default controller.</li>
<li>Fixed a bug (#6706) in the Security Helper where xss_clean() was using a deprecated second argument.</li>
+ <li>Fixed a bug in the URL helper url_title() function where trailing periods were allowed at the end of a URL.</li>
<li>Tweaked Typography::auto_typography() for some edge-cases.</li>
</ul>