diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:22:23 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:22:23 +0200 |
commit | 297eb2fa755d8d0202511d4181dc4dab115e842c (patch) | |
tree | fbb39a5e46f35e43af0af0aab6f12cdc7e92bd6a /user_guide/changelog.html | |
parent | 70fb1fdb96df64f2282d00330c98f79aa0adec50 (diff) | |
parent | fc7564545fb166553a7080b8dbd2b9941925734d (diff) |
Merge pull request #247 from danmontgomery/develop
Fixes issue #150, field_data() now returns the actual column length
Diffstat (limited to 'user_guide/changelog.html')
-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 7af8f7b29..301b264c4 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,6 +103,7 @@ Change Log <li class="reactor">Fixed a bug (#200) where MySQL queries would be malformed after calling <samp>count_all()</samp> then <samp>db->get()</samp></li> <li>Fixed a bug (#181) where a mis-spelling was in the form validation language file.</li> <li>Fixed a bug (#160) - Removed unneeded array copy in the file cache driver.</li> + <li>Fixed a bug (#150) - <samp>field_data()</samp> now correctly returns column length.</li> </ul> <h2>Version 2.0.3</h2> |