diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-07 03:10:52 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-07 03:10:52 +0200 |
commit | a94264a4e1c0d5b56be22fa6355b761d5c455371 (patch) | |
tree | 5b10ba1cd90cc26d213d850b0a3a88837aca4df8 | |
parent | 9f0de7967cc2c5fe8140a3042bb900c43ab8336c (diff) |
-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 d77ed089f..4cb6266eb 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -101,6 +101,7 @@ SVN Revision: XXXX</p> <li>Added <a href="./general/styleguide.html">PHP Style Guide</a> to docs.</li>
<li>Added backticks around column names in MySQL when using insert_string and update_string functions, and in <kbd>where()</kbd> function.</li>
<li>Modified Pagination library to only output the "First" link when the link for page one would not be shown.</li>
+ <li>Added a file lock check during caching, before trying to write to the file.</li>
</ul>
</li>
</ul>
|