summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-09-02 10:08:00 +0200
committerAndrey Andreev <narf@devilix.net>2013-09-02 10:08:00 +0200
commitdf812738b0f310e62a6eb2a5bae2c18e9ae8b99f (patch)
tree4d88bbbc03bf4d34255498762e417166b256483b
parentac23e210c71807858e98ecdb62185adc5cb75111 (diff)
parent967eea59ab1abf5c1237ec802c2f85c19cfb7e11 (diff)
Merge pull request #2612 from vlakoff/documentation
Add changelog entries for #2609
-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 84989189d..4f30a9aa7 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -608,6 +608,7 @@ Bug fixes for 3.0
- Fixed a bug (#2585) - :doc:`Query Builder <database/query_builder>` methods ``min()``, ``max()``, ``avg()``, ``sum()`` didn't escape field names.
- Fixed an edge case (#2583) in the :doc:`Email Library <libraries/email>` where `Suhosin <http://www.hardened-php.net/suhosin/>` blocked messages sent via ``mail()`` due to trailing newspaces in headers.
- Fixed a bug (#2590) - :php:func:`log_message()` didn't actually cache the ``CI_Log`` class instance.
+- Fixed a bug (#2609) - :php:func:`get_config()` optional argument was only effective on first function call. Also, it can now add items, in addition to updating existing items.
Version 2.1.4
=============