diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-11-06 14:36:44 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-11-06 14:36:44 +0100 |
commit | b5ce5aa366937163da47074ac1da430953d34660 (patch) | |
tree | ebb0c0f8ae039fc9f2d3ca4dfc6196ddaf7b5e67 /user_guide/changelog.html | |
parent | 5f02da0fccd2123b82dc79053e6c86c2918cf37b (diff) |
corrected a few docblock comments to accurately reflect return values
removed some unneeded whitespace
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f690c9194..cde5f436c 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -81,9 +81,10 @@ SVN Revision: </p> <li>Fixed a bug in the MySQLi driver when no port is specified</li> <li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li> <li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li> - <li>Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.</p> + <li>Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.</li> <li>Fixed a bug where double dashes within tag attributes were being converted to em dash entities.</li> <li>Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.</li> + <li>Changed a few docblock comments to reflect actual return values.</li> </ul> |