diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-02-10 18:37:52 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-02-10 18:37:52 +0100 |
commit | a6aabaff9a396436d36b57df84eec77ee72e70ed (patch) | |
tree | 5911a1c0ffee28a0b3436fe891ef66f2830d78ff /user_guide | |
parent | 4787413c06ec11bff1ba4b1c7a4fe667038595d0 (diff) |
Fixed a bug in plural() with words that end in y
http://codeigniter.com/bug_tracker/bug/6342/
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 3d5e9b3ff..733bfc000 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -124,6 +124,7 @@ SVN Revision: </p> <li>Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.</li> <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>Tweaked Typography::auto_typography() for some edge-cases.</li> </ul> |