summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-12-05 12:10:33 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-12-05 12:10:33 +0100
commit8a510c72025a7de4591716df5bca8129f6cf1d13 (patch)
treecbd962e86d49b2c8bdaf3b2d4542eaea59e81a05 /user_guide_src
parentf30da660db8077978e83a09054d0a0c9aebb1e5b (diff)
parent1866d4fd4ac60295f76f3a8d70f3e4bcaa44b081 (diff)
Merge pull request #741 from tomcode/patch-2
The changelog entry for issue #647 Zip.php, add file exists check to prevent stat failed error
Diffstat (limited to 'user_guide_src')
-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 5d7cb2643..2bfae3fd7 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -63,6 +63,7 @@ Bug fixes for 3.0
- Fixed a bug (#737, #75) where pagination anchor class was not set properly when using initialize method.
- Bug #419 - auto_link() now recognizes URLs that come after a word boundary.
- Bug #724 - is_unique in form validation now checks that you are connected to a database.
+- Bug #647 - _get_mod_time() in Zip library no longer generates stat failed errors
Version 2.1.0
=============