summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-02-14 13:24:13 +0100
committerAndrey Andreev <narf@bofh.bg>2013-02-14 13:24:13 +0100
commit3a533ac93a62f15c2abd186878238b0a99e10f88 (patch)
tree37c9993f1b4208a509432e8ec87f88c10b74a770 /user_guide_src
parentc2268711a27809575f82b21e64fde6cd953ef7f9 (diff)
parent3224f077c37a054ea1995c07fe54bbe8b00e058a (diff)
Merge pull request #2241 from TimHas/develop
Added small feature to profiler: total execution time count
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 893c3db61..3969943f6 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -271,7 +271,9 @@ Release Date: Not Released
- :doc:`Encryption Library <libraries/encryption>` changes include:
- Added support for hashing algorithms other than SHA1 and MD5.
- Removed previously deprecated ``sha1()`` method.
- - :doc:`Profiler Library <general/profiling>` now also displays database object names.
+ - :doc:`Profiler Library <general/profiling>` changes include:
+ - Database object names displayed.
+ - The sum of all queries running times in seconds displayed.
- :doc:`Migration Library <libraries/migration>` changes include:
- Added support for timestamp-based migrations (enabled by default).
- Added ``$config['migration_type']`` to allow switching between *sequential* and *timestamp* migrations.