diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-05-04 02:36:37 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-05-04 02:36:37 +0200 |
commit | 5ed585bb93bd93fadf3b51bc2ccc26433015d1d4 (patch) | |
tree | 97f3908ba6050c8377cb1b6527808f473c244a70 /user_guide/changelog.html | |
parent | 05fa61144667c85b0463f7e8baa6af00aa195dc6 (diff) | |
parent | 96bd33b2edc1b0e6a04cb8e3bcf97e8c7b3adf3e (diff) |
Fixed conflict with migrations merge.
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 26e9bbc3b..c22414d16 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -128,6 +128,7 @@ Hg Tag: v2.0.1</p> <li class="reactor">Fixed issue #41: Added audio/mp3 mime type to mp3.</li> <li class="reactor">Fixed a bug (Core #329) where the file caching driver referenced the incorrect cache directory.</li> <li class="reactor">Fixed a bug (Reactor #69) where the SHA1 library was named incorrectly.</li> + <li class="reactor">MySQL Driver will now wrap field names for <kbd>insert()</kbd>, <kbd>update()</kbd> and <kbd>replace()</kbd> with backticks (`) so fields like "default" and "order" will not cause SQL errors.</li> </ul> <h2>Version 2.0.0</h2> |