summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-25 11:23:34 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-25 11:23:34 +0100
commite7d017bcc38909f55e8f817b27263e59d1ca5598 (patch)
tree85836e47a34cac921e5302b68b989e41dd4a1ab2 /user_guide_src
parent3a9f325cdff1fda2f2b37498a689ac2cde058195 (diff)
Add array notation support for file field names in CI_Upload
Requested in #1691
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 aa20d626f..d18e4b646 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -290,6 +290,7 @@ Release Date: Not Released
- :doc:`File Uploading Library <libraries/file_uploading>` changes include:
- Added method chaining support.
+ - Added support for using array notation in file field names.
- Added **max_filename_increment** and **file_ext_tolower** configuration settings.
- Added **min_width** and **min_height** configuration settings for images.
- Added **mod_mime_fix** configuration setting to disable suffixing multiple file extensions with an underscore.