diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 16:52:47 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 16:52:47 +0100 |
commit | aca699599d3a6eacc2f36a487d874a02c3df31a4 (patch) | |
tree | eb979803708d40407c06be206e4b81d35b2ad4f2 /user_guide/changelog.html | |
parent | b5f211b14198afce3a4a60000f9ab3b8f14d0d6d (diff) |
adding Chrome to list of browsers for user-agent class
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index b8655de51..f36b2ceba 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -72,6 +72,7 @@ SVN Revision: </p> <li>Added a <kbd>parse_string()</kbd> method to the <a href="libraries/parser.html">Parser Class</a>.</li> <li>Added HTTP headers and Config information to the <a href="general/profiling.html">Profiler</a> output.</li> <li>Documented <kbd>append_output()</kbd> in the <a href="libraries/output.html">Output Class</a>.</li> + <li>Added Chrome to the list of detectable browsers by <kbd>browser()</kbd> in the <a href="libraries/user_agent.html">User Agent Class</a>.</li> </ul> </li> <li>Database |