summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-07-19 12:14:38 +0200
committerAndrey Andreev <narf@devilix.net>2013-07-19 12:14:38 +0200
commit279c76cb3565672594c4e18dd070cb1e1fe38db9 (patch)
tree2d035c75c463547a7ba72994e074a44331a5bf8a /user_guide_src
parent29d884e308e26b2880b4f4285fbe9cf3a6f1e6e4 (diff)
[ci skip] Add a changelog entry
Diffstat (limited to 'user_guide_src')
-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 59ba5cb80..0beffb568 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -594,6 +594,7 @@ Bug fixes for 3.0
- Fixed a bug (#2425) - OCI8 :doc:`database <database>` driver's method ``stored_procedure()`` didn't log an error unless **db_debug** was set to TRUE.
- Fixed a bug (#2490) - :doc:`Database Class <database/queries>` method ``query()`` returning boolean instead of a result object for PostgreSQL-specific *INSERT INTO ... RETURNING* statements.
- Fixed a bug (#249) - :doc:`Cache Library <libraries/caching>` didn't properly handle Memcache(d) configurations with missing options.
+- Fixed a bug (#180) - :php:func:`config_item()` didn't take into account run-time configuration changes.
Version 2.1.4
=============