diff options
author | Andrey Andreev <narf@devilix.net> | 2013-07-17 11:01:15 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-07-17 11:01:15 +0200 |
commit | 0b97f8e21bc5bf5f83099bf48a6937c0e46881ef (patch) | |
tree | 0b12d145d7d88ae21f4710abd37ed261ae117806 | |
parent | c906d251253bb35e00d2c63d006e8204630acd32 (diff) |
Add changelog entry for PR #2502
-rw-r--r-- | system/libraries/Profiler.php | 2 | ||||
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 62830fe22..0c60efb8b 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -554,4 +554,4 @@ class CI_Profiler { } /* End of file Profiler.php */ -/* Location: ./system/libraries/Profiler.php */ +/* Location: ./system/libraries/Profiler.php */
\ No newline at end of file diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 38021ee53..369f40587 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -339,6 +339,7 @@ Release Date: Not Released - Database object names are now being displayed. - The sum of all queries running times in seconds is now being displayed. + - Added support for displaying the HTTP DNT ("Do Not Track") header. - :doc:`Migration Library <libraries/migration>` changes include: |