summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory <ckdarby@gmail.com>2012-06-06 16:51:55 +0200
committerCory <ckdarby@gmail.com>2012-06-06 16:51:55 +0200
commit3c5623748424aaccd6bad980240833b3b1e87d60 (patch)
treeb25428b17dc18357bf9d9a5ba4209ae76bef037a
parentcbe905eba9721cfdc6fe5725b99921f04d716770 (diff)
Modifying changelog to reflect the change
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 587e56ea7..e8e8a8da0 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -225,6 +225,7 @@ Bug fixes for 3.0
- Fixed a bug (#356) - PostgreSQL driver didn't have an _update_batch() method, which resulted in fatal error being triggered when update_batch() is used with it.
- Fixed a bug (#862) - create_table() failed on SQLSRV/MSSQL when used with 'IF NOT EXISTS'.
- Fixed a bug (#1419) - libraries/Driver.php had a static variable that was causing an error.
+- Fixed a bug (#1374) - :doc:`Table Library <libraries/table>` was generating an extra td tag at the start of the tr.
Version 2.1.1
=============