summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-01-08 20:48:42 +0100
committerAndrey Andreev <narf@devilix.net>2022-01-08 20:48:42 +0100
commite2caa77d0afa700adf9bfa029c453ea59f1e368d (patch)
tree10f6d11bc7f7cca600e04df445dd8b732c0024a6 /user_guide_src
parent0f7525b6d8ab426b6e973ebb177f96159aec69a4 (diff)
Fix #92
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 5d98e7554..cfe0ceba7 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -147,6 +147,7 @@ Bug fixes for 3.2.0
===================
- Fixed a bug (#5562) - :doc:`Cache Library <libraries/caching>` 'redis' driver would pointlessly attempt to perform its functions if a connection to the Redis server failed.
+- Fixed a bug (#92) - :doc:`File Helper <helpers/file_helper>` function :php:func:`get_dir_file_info()` output could have colliding array keys.
Version 3.1.12
==============