summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-27 22:28:48 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-27 22:28:48 +0100
commitce383fa1a9702c1e04431a66c7a7e1fe5bc825cb (patch)
treeb1ccb2c41e0df9fe85160f2efde987b66b75d02a
parentebd4761c1d9787427a636e648ceb7f40dba2305b (diff)
Update the changelog
-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 dc6b29516..8f7b3bc6c 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -108,6 +108,7 @@ Bug fixes for 3.0
- Fixed a possible bug in ``CI_Input::is_ajax_request()`` where some clients might not send the X-Requested-With HTTP header value exactly as 'XmlHttpRequest'.
- Fixed a bug (#1039) - MySQL's _backup() method failed due to a table name not being escaped.
- Fixed a bug (#1070) - CI_DB_driver::initialize() didn't set a character set if a database is not selected.
+- Fixed a bug (#611) - SQLSRV's _error_*() methods used to issue warnings when there's no actual error.
Version 2.1.0
=============