summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2009-02-10 19:15:14 +0100
committerDerek Jones <derek.jones@ellislab.com>2009-02-10 19:15:14 +0100
commit5f386a3c791fdb97bd403c4469b79578ae0af702 (patch)
tree55f9a7a97dd9f8fb4df08e6ac3263dffb388555d /user_guide
parenta6aabaff9a396436d36b57df84eec77ee72e70ed (diff)
fixed bug with routed URI segments when the default controller was accessed without the controller name in the URL
http://codeigniter.com/bug_tracker/bug/6517/
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 733bfc000..504d2b4bb 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -125,6 +125,7 @@ SVN Revision: </p>
<li>Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.</li>
<li>Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.</li>
<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>Tweaked Typography::auto_typography() for some edge-cases.</li>
</ul>