summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-27 13:35:39 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-27 13:35:39 +0100
commitf1993c825f568e0ab5d08a8810f96363f0713dad (patch)
tree716f4c5fe5095208c0bb4bdfe3bab7e938d8e8af
parentf32110a952f8e1f58c4c0f13715681c248bc8ace (diff)
Missing word in the changelog entry
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0bd63ad97..750dd77a3 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -97,7 +97,7 @@ Bug fixes for 3.0
- In Pagination library, when use_page_numbers=TRUE previous link and page 1 link do not have the same url
- Fixed a bug (#561) - Errors in :doc:`XML-RPC Library <libraries/xmlrpc>` were not properly escaped.
- Fixed a bug (#904) - ``CI_Loader::initialize()`` caused a PHP Fatal error to be triggered if error level E_STRICT is used.
-- Fixed a bug in CI_DB_driver::version() where it failed when using a database driver needs to run a query in order to get the version.
+- Fixed a bug in CI_DB_driver::version() where it failed when using a database driver that needs to run a query in order to get the version.
Version 2.1.0
=============